ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

NMTOKEN

Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-2/#NMTOKEN

Schema

<xs:simpleType name="NMTOKEN" id="NMTOKEN">
     <xs:restriction base="xs:token">
          <xs:pattern value="\c+" id="NMTOKEN.pattern"> </xs:pattern>
     </xs:restriction>
</xs:simpleType>