poi/xmlbeans/test/cases/xbean/compile/scomp/incr/incr1.xsd
2018-02-16 22:41:27 +00:00

10 lines
363 B
XML

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="tnsperson">
<xs:complexType name="person">
<xs:sequence>
<xs:element name="firstname" type="xs:string"/>
<xs:element name="lastname" type="xs:string"/>
<xs:element name="age" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:schema>