summaryrefslogtreecommitdiff
path: root/test/schemas/ns2_0.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/ns2_0.xsd')
-rw-r--r--test/schemas/ns2_0.xsd15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/schemas/ns2_0.xsd b/test/schemas/ns2_0.xsd
deleted file mode 100644
index 9393beb..0000000
--- a/test/schemas/ns2_0.xsd
+++ /dev/null
@@ -1,15 +0,0 @@
-<schema xmlns:my='http://my.ns/'
- xmlns='http://www.w3.org/2001/XMLSchema'
- targetNamespace='http://my.ns/'
- >
- <attribute name='other' type='string'/>
- <element name='my'>
- <complexType>
- <simpleContent>
- <extension base='string'>
- <attribute ref='my:other'/>
- </extension>
- </simpleContent>
- </complexType>
- </element>
-</schema>