simpleType "xs:NMTOKEN"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
Simple Content Model
xs:NMTOKEN
Simple Content Restrictions:
Pattern:
\c+
pattern matches production 7 from the XML spec

Known Direct Subtypes (4):
xs:allNNI, xs:derivationControl, xs:formChoice, xs:NMTOKENS
Known Indirect Subtypes (6):
xs:blockSet, xs:derivationSet, xs:fullDerivationSet, xs:reducedDerivationControl, xs:simpleDerivationSet, xs:typeDerivationControl
All Direct / Indirect Based Attributes (19):
xs:all/@maxOccurs, xs:schema/@attributeFormDefault,
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-2/#NMTOKEN
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xs:NMTOKEN
Derivation:
restriction of xs:token
Facets:
pattern:
\c+
pattern matches production 7 from the XML spec
XML Source (w/o annotations (2); see within schema source)
<xs:simpleType id="NMTOKEN" name="NMTOKEN">
<xs:restriction base="xs:token">
<xs:pattern id="NMTOKEN.pattern" value="\c+"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.