summaryrefslogtreecommitdiff
path: root/test/schemas/attr0_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/attr0_0.xsd')
-rw-r--r--test/schemas/attr0_0.xsd13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/schemas/attr0_0.xsd b/test/schemas/attr0_0.xsd
deleted file mode 100644
index d2031ba..0000000
--- a/test/schemas/attr0_0.xsd
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <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>
-