diff options
Diffstat (limited to 'test/schemas/any8_1.xsd')
-rw-r--r-- | test/schemas/any8_1.xsd | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/test/schemas/any8_1.xsd b/test/schemas/any8_1.xsd deleted file mode 100644 index 9264893..0000000 --- a/test/schemas/any8_1.xsd +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0"?> -<!-- - "element complexType: Schemas parser error : - local complex type: The content model is not determinist." - - This schema is OK with XSV and Xerces. --->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="urn:test:foo"
- elementFormDefault="qualified">
- <xs:element name="foo">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="bar"/>
- <xs:any namespace="##other" processContents="lax" minOccurs="0"/> - <xs:element name="bar"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-</xs:schema> |