poi/xmlbeans/test/cases/xbean/compile/scomp/incr/incr1.xsd

10 lines
363 B
XML
Raw Normal View History

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