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

NMTOKENS

Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-2/#NMTOKENS
Facets enumeration | length | maxLength | minLength | whiteSpace |
Properties bounded : false | cardinality : countably infinite | numeric : false | ordered : false |

Schema

<xs:simpleType name="NMTOKENS" id="NMTOKENS">
     <xs:restriction>
          <xs:simpleType>
               <xs:list itemType="xs:NMTOKEN"/>
          </xs:simpleType>
          <xs:minLength value="1" id="NMTOKENS.minLength"/>
     </xs:restriction>
</xs:simpleType>