poi/xmlbeans/test/cases/xbean/scomp/namespace/NoNamespace.xsd
2018-02-16 22:41:27 +00:00

9 lines
186 B
XML

<xsd:schema
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>
<xsd:attribute name="NoNSAttr" type="xsd:int"/>
<xsd:element name="NoNSElt" type="xsd:int"/>
</xsd:schema>