libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / schemas / length1_0.xsd
blob8a1ba0fb759026180c222cc3b890f036979e3515
1 <?xml version="1.0"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
3 <xs:complexType name="length1">
4 <xs:simpleContent>
5 <xs:extension base="xs:nonNegativeInteger">
6 <xs:attribute name="unit" type="xs:NMTOKEN"/>
7 </xs:extension>
8 </xs:simpleContent>
9 </xs:complexType>
10 <xs:element name="width" type="length1"/>
11 </xs:schema>