aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/file-per-type/test.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/file-per-type/test.xsd')
-rw-r--r--tests/cxx/hybrid/file-per-type/test.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/file-per-type/test.xsd b/tests/cxx/hybrid/file-per-type/test.xsd
new file mode 100644
index 0000000..ebb2f23
--- /dev/null
+++ b/tests/cxx/hybrid/file-per-type/test.xsd
@@ -0,0 +1,9 @@
+<?xml version="1.0" ?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:t="test" targetNamespace="test">
+
+ <include schemaLocation="a.xsd"/>
+ <include schemaLocation="b.xsd"/>
+
+ <element name="root" type="t:derived"/>
+
+</schema>