blob: 459b5a3a485d6634fca3ba194a5b6da9c19378b7 [file] [log] [blame]
<schema
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://unqualified-elements.example.com"
targetNamespace="http://unqualified-elements.example.com">
<element name="AnyAttContainer">
<complexType>
<sequence>
<element name="chileValue" type="xsd:string"/>
</sequence>
<anyAttribute namespace="##other" processContents="lax"></anyAttribute>
</complexType>
</element>
<element name="global" type="xsd:int"/>
</schema>