poi/xmlbeans/test/cases/xbean/ValidatingStream/foo.xsd
2018-02-16 22:41:27 +00:00

16 lines
461 B
XML

<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>