summaryrefslogtreecommitdiff
path: root/test/schemas/ns0_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/ns0_0.xsd')
-rw-r--r--test/schemas/ns0_0.xsd16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/schemas/ns0_0.xsd b/test/schemas/ns0_0.xsd
deleted file mode 100644
index 38951d6..0000000
--- a/test/schemas/ns0_0.xsd
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://example.com/xsd/ns"
- elementFormDefault="qualified"
- attributeFormDefault="unqualified">
- <xsd:element name="foo">
- <xsd:complexType>
- <xsd:simpleContent>
- <xsd:extension base="xsd:string">
- <xsd:attribute name="id" type="xsd:ID"/>
- </xsd:extension>
- </xsd:simpleContent>
- </xsd:complexType>
- </xsd:element>
-</xsd:schema>
-