blob: 16ab020efff5054718956aa208eda8542aa213de [file] [log] [blame]
<xsd:schema xmlns="http://www.foo.org/test"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.foo.org/test"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:element name="foo">
<xsd:complexType>
<xsd:anyAttribute namespace="##other"/>
</xsd:complexType>
</xsd:element>
</xsd:schema>