aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/compositor/includer.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/compositor/includer.xsd')
-rw-r--r--tests/cxx/hybrid/compositor/includer.xsd14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/compositor/includer.xsd b/tests/cxx/hybrid/compositor/includer.xsd
new file mode 100644
index 0000000..fc730e4
--- /dev/null
+++ b/tests/cxx/hybrid/compositor/includer.xsd
@@ -0,0 +1,14 @@
+<?xml version="1.0" ?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:T="test"
+ targetNamespace="test">
+
+ <include schemaLocation="includee.xsd"/>
+
+ <complexType name="container">
+ <choice>
+ <element name="a" type="T:member" maxOccurs="unbounded"/>
+ </choice>
+ </complexType>
+
+</schema>