blob: cbfd062402abbd2c5ee007c188bb608cbd5c7db3 [file] [log] [blame]
<xsd:schema xmlns="http://www.bar.org/test"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.bar.org/test"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:element name="bar">
<xsd:complexType>
<xsd:anyAttribute processContents="skip"/>
</xsd:complexType>
</xsd:element>
<xsd:attribute name="bar"/>
</xsd:schema>