You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
413 B
14 lines
413 B
<?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>
|