diff options
Diffstat (limited to 'test/schemas/any5_1.xsd')
-rw-r--r-- | test/schemas/any5_1.xsd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/schemas/any5_1.xsd b/test/schemas/any5_1.xsd deleted file mode 100644 index 4d3c9de..0000000 --- a/test/schemas/any5_1.xsd +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0"?> -<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" - targetNamespace="urn:test:foo" - elementFormDefault="qualified"> - <xsd:element name="foo"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="boo"/> - <xsd:any namespace="##other" maxOccurs="5" processContents="lax"/> - <xsd:element name="boo"/> - </xsd:sequence> - </xsd:complexType> - </xsd:element> -</xsd:schema> |