poi/xmlbeans/test/cases/xbean/simple/dumb/sub/bar.xsd
2018-02-16 22:41:27 +00:00

12 lines
348 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="barNS"
targetNamespace="barNS"
elementFormDefault="qualified">
<xs:attribute name="a" type="xs:integer" />
<xs:attribute name="b" type="xs:integer" />
<xs:attribute name="c" type="xs:integer" />
</xs:schema>