import0_0.imp 413 B

12345678910111213
  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">
  6. <xs:simpleType name="tfoo">
  7. <xs:restriction base="xs:NMTOKEN">
  8. <xs:maxLength value="2"/>
  9. </xs:restriction>
  10. </xs:simpleType>
  11. </xs:schema>