summaryrefslogtreecommitdiff
path: root/test/schemas/import0_0.imp
blob: ce446d881f4de48372967fbc6f1acfd27ffafaec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://example.net/xmlschema2"
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
	   xmlns="http://example.net/xmlschema2"
	   elementFormDefault="qualified" attributeFormDefault="unqualified">

<xs:simpleType name="tfoo">
  <xs:restriction base="xs:NMTOKEN">
    <xs:maxLength value="2"/>
  </xs:restriction>
</xs:simpleType>

</xs:schema>