Imported Upstream version 2.8.0
[platform/upstream/libxml2.git] / test / schemas / length3_0.xsd
1 <?xml version="1.0"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
3   <xs:complexType name="length3">
4     <xs:sequence>
5       <xs:element name="size" type="xs:non-positive-integer"/>
6       <xs:element name="unit" type="xs:NMTOKEN"/>
7     </xs:sequence>
8   </xs:complexType>
9   <xs:element name="depth" type="length3"/>
10 </xs:schema>