summaryrefslogtreecommitdiff
path: root/test/schemas/include3_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/include3_0.xsd')
-rw-r--r--test/schemas/include3_0.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/schemas/include3_0.xsd b/test/schemas/include3_0.xsd
new file mode 100644
index 0000000..5319486
--- /dev/null
+++ b/test/schemas/include3_0.xsd
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://FOO"
+ xmlns:foo="http://FOO">
+ <xsd:include schemaLocation="include3_0.inc" />
+
+ <xsd:element name="bar"/>
+ <xsd:element name="foo"/>
+</xsd:schema> \ No newline at end of file