summaryrefslogtreecommitdiff
path: root/test/schemas/include1_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/include1_0.xsd')
-rw-r--r--test/schemas/include1_0.xsd15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/schemas/include1_0.xsd b/test/schemas/include1_0.xsd
deleted file mode 100644
index 5e6d837..0000000
--- a/test/schemas/include1_0.xsd
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://FOO"
- xmlns:foo="http://FOO" version="">
- <xsd:include schemaLocation="include1_0.inc" />
- <xsd:element name="foo">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element ref="foo:bar"/>
- <xsd:element name="boo" type="xsd:string"/>
- </xsd:sequence>
- <xsd:attribute name="req" use="required" form="qualified"/>
- </xsd:complexType>
- </xsd:element>
-</xsd:schema> \ No newline at end of file