diff options
Diffstat (limited to 'libxml2/test/schemas/any1_0.xsd')
-rw-r--r-- | libxml2/test/schemas/any1_0.xsd | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libxml2/test/schemas/any1_0.xsd b/libxml2/test/schemas/any1_0.xsd deleted file mode 100644 index ed0087b..0000000 --- a/libxml2/test/schemas/any1_0.xsd +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0"?> -<!-- Tests xsd:any with "##any". --> -<xsd:schema - xmlns:xsd="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://FOO" - xmlns:foo="http://FOO"> - - <xsd:element name="boo"> - <xsd:complexType> - <xsd:attribute name="booAttr" type="xsd:integer" /> - </xsd:complexType> - </xsd:element> - - <xsd:element name="foo"> - <xsd:complexType> - <xsd:sequence> - <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="3"/> - </xsd:sequence> - </xsd:complexType> - </xsd:element> - -</xsd:schema>
\ No newline at end of file |