summaryrefslogtreecommitdiff
path: root/test/schemas/bug309338_1.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/bug309338_1.xsd')
-rw-r--r--test/schemas/bug309338_1.xsd13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/schemas/bug309338_1.xsd b/test/schemas/bug309338_1.xsd
deleted file mode 100644
index 0aa586c..0000000
--- a/test/schemas/bug309338_1.xsd
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:f="urn:test:foo"
- targetNamespace="urn:test:foo">
- <xsd:element name="foo" type="f:fooType"/>
-
- <xsd:simpleType name="fooType">
- <xsd:restriction base="xsd:decimal">
- <xsd:minExclusive value="0"/>
- </xsd:restriction>
- </xsd:simpleType>
-
-</xsd:schema> \ No newline at end of file