diff options
Diffstat (limited to 'libxml2/test/schemas/bug309338_1.xsd')
-rw-r--r-- | libxml2/test/schemas/bug309338_1.xsd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libxml2/test/schemas/bug309338_1.xsd b/libxml2/test/schemas/bug309338_1.xsd deleted file mode 100644 index 0aa586c..0000000 --- a/libxml2/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 |