libxml2/test/schemas/import0_0.imp
Daniel Veillard 1d91386313 applied patch from Robert Stepanek to start import os schemas support,
* xmlschemas.c: applied patch from Robert Stepanek to start
  import os schemas support, cleaned up stuff and the patch.
* test/schemas/import0_0.* result/schemas/import0_0_0*: added test
  to regression, fixed a few regressions too.
Daniel
2003-11-21 00:28:39 +00:00

14 lines
413 B
XML

<?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>