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