diff options
Diffstat (limited to 'libxml2/test/schemas/bug310264_0.xsd')
-rw-r--r-- | libxml2/test/schemas/bug310264_0.xsd | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libxml2/test/schemas/bug310264_0.xsd b/libxml2/test/schemas/bug310264_0.xsd deleted file mode 100644 index 6f2b333..0000000 --- a/libxml2/test/schemas/bug310264_0.xsd +++ /dev/null @@ -1,18 +0,0 @@ -<xs:schema xmlns:tns="http://myns" - targetNamespace="http://myns" - xmlns:xs="http://www.w3.org/2001/XMLSchema" -> - - <xs:element name="a" /> - - <xs:complexType name="c" > - <xs:sequence minOccurs="2" maxOccurs="4"> - <xs:sequence minOccurs="19" maxOccurs="20"> - <xs:element ref="tns:a" /> - </xs:sequence> - </xs:sequence> - </xs:complexType> - - <xs:element name="c" type="tns:c" /> - -</xs:schema> |