summaryrefslogtreecommitdiff
path: root/tests/morphing/anonymous/cyclic-inclusion/includer.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/morphing/anonymous/cyclic-inclusion/includer.xsd')
-rw-r--r--tests/morphing/anonymous/cyclic-inclusion/includer.xsd18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/morphing/anonymous/cyclic-inclusion/includer.xsd b/tests/morphing/anonymous/cyclic-inclusion/includer.xsd
deleted file mode 100644
index 54e6b69..0000000
--- a/tests/morphing/anonymous/cyclic-inclusion/includer.xsd
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" ?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.w3.org/2001/XMLSchema XMLSchema.xsd"
- xmlns:t="http://www.codesynthesis.com/xmlns/test"
- targetNamespace="http://www.codesynthesis.com/xmlns/test">
-
- <xsd:include schemaLocation="includee.xsd"/>
-
- <xsd:element name="foo">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="name" type="xsd:string"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
-
-</xsd:schema>