aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/test-template/test.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/serializer/test-template/test.xsd')
-rw-r--r--tests/cxx/serializer/test-template/test.xsd12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/cxx/serializer/test-template/test.xsd b/tests/cxx/serializer/test-template/test.xsd
new file mode 100644
index 0000000..164b72c
--- /dev/null
+++ b/tests/cxx/serializer/test-template/test.xsd
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:t="test" targetNamespace="test">
+
+ <complexType name="root">
+ <sequence>
+ <element name="a" type="int"/>
+ </sequence>
+ </complexType>
+
+ <element name="root" type="t:root"/>
+
+</schema>