simpleType NMTOKEN
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:token
properties
id NMTOKEN
facets
Kind Value annotation 
pattern \c+ 
documentation

            pattern matches production 7 from the XML spec
         
source <xs:simpleType name="NMTOKEN" id="NMTOKEN">
 
<xs:annotation>
   
<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NMTOKEN"/>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:pattern value="\c+" id="NMTOKEN.pattern">
     
<xs:annotation>
       
<xs:documentation source="http://www.w3.org/TR/REC-xml#NT-Nmtoken">
            pattern matches production 7 from the XML spec
         
</xs:documentation>
     
</xs:annotation>
   
</xs:pattern>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy