blob: 85923c0c861d06a6c441f01d96430af27947970c [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://xsdtesting">
<xsd:element name="foo">
<xsd:complexType>
<xsd:choice maxOccurs="10">
<xsd:any namespace="A" processContents="lax"/>
<xsd:any namespace="A"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element name="bar"/>
</xsd:schema>