http://www.w3.org/2001/XMLSchema
simpleType NMTOKEN

Super Types
{http://www.w3.org/2001/XMLSchema}anySimpleType
|
+--{http://www.w3.org/2001/XMLSchema}string (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}normalizedString (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}token (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}NMTOKEN (restriction)

Documentation
            pattern matches production 7 from the XML spec
          
Properties
This component is not nillable.

Model

\c+


Sub Types
{http://www.w3.org/2001/XMLSchema}NMTOKEN (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}derivationControl (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}reducedDerivationControl (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}typeDerivationControl (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}formChoice (restriction)

Local Usage
allNNI, attribute, derivationControl, formChoice, whiteSpace, wildcard

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


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.