Definition Type: SimpleType
Name: NMTOKENS
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Collapse XSD Schema Diagram:
XSD Diagram of NMTOKENS in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:simpleType name="NMTOKENS" id="NMTOKENS">
    <xs:annotation>
        <xs:appinfo>
            <hfp:hasFacet name="length" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
            <hfp:hasFacet name="minLength" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
            <hfp:hasFacet name="maxLength" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
            <hfp:hasFacet name="enumeration" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
            <hfp:hasFacet name="whiteSpace" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
            <hfp:hasFacet name="pattern" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
            <hfp:hasProperty name="ordered" value="false" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
            <hfp:hasProperty name="bounded" value="false" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
            <hfp:hasProperty name="cardinality" value="countably infinite" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
            <hfp:hasProperty name="numeric" value="false" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
        </xs:appinfo>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NMTOKENS" />
    </xs:annotation>
    <xs:restriction>
        <xs:simpleType>
            <xs:list itemType="xs:NMTOKEN" />
        </xs:simpleType>
        <xs:minLength value="1" id="NMTOKENS.minLength" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MinLength 1