libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / schemas / import0_0.imp
blobce446d881f4de48372967fbc6f1acfd27ffafaec
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xs:schema targetNamespace="http://example.net/xmlschema2"
3            xmlns:xs="http://www.w3.org/2001/XMLSchema"
4            xmlns="http://example.net/xmlschema2"
5            elementFormDefault="qualified" attributeFormDefault="unqualified">
7 <xs:simpleType name="tfoo">
8   <xs:restriction base="xs:NMTOKEN">
9     <xs:maxLength value="2"/>
10   </xs:restriction>
11 </xs:simpleType>
13 </xs:schema>