Tag
Hash :
5c68274c
Author :
Date :
2005-07-23T21:28:30
Added regression tests (they fail currently), but did not added results * test/schemas/any6* test/schemas/any7*: Added regression tests (they fail currently), but did not added results yet.
<?xml version="1.0"?>
<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"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>