summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/mixin/schema.map
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-17 07:15:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-17 07:15:29 +0200
commitf0510d2f90467de8e8f260b47d79a9baaf9bef17 (patch)
tree0b9929946f06a9cbe9b9e8f2a7600dae4e048f79 /examples/cxx/parser/mixin/schema.map
Start tracking XSD with git
Diffstat (limited to 'examples/cxx/parser/mixin/schema.map')
-rw-r--r--examples/cxx/parser/mixin/schema.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/cxx/parser/mixin/schema.map b/examples/cxx/parser/mixin/schema.map
new file mode 100644
index 0000000..22edb1e
--- /dev/null
+++ b/examples/cxx/parser/mixin/schema.map
@@ -0,0 +1,8 @@
+# file : examples/cxx/parser/mixin/schema.map
+# author : Boris Kolpackov <boris@codesynthesis.com>
+# copyright : not copyrighted - public domain
+
+include "types.hxx";
+
+base ::base*;
+derived ::derived*;