blob: 0f449c86e3910c3886cd939ada63b34c7c7293be [file] [log] [blame]
<xs:schema
attributeFormDefault="unqualified"
elementFormDefault="qualified"
xmlns="http://www.foo.com/sample"
targetNamespace="http://www.foo.com/sample"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="heading">
<xs:complexType>
<xs:attribute name="code" type="xs:string" use="required"/>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
</xs:schema>