simpleType NMTOKEN

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

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.w3.org/2001/XMLSchema}normalizedString (by restriction)
  {http://www.w3.org/2001/XMLSchema}token (by restriction)
   {http://www.w3.org/2001/XMLSchema}NMTOKEN
Derived Types
{http://www.w3.org/2001/XMLSchema}NMTOKEN
 {http://www.w3.org/2001/XMLSchema}formChoice (by restriction)
 {http://www.w3.org/2001/XMLSchema}derivationControl (by restriction)
  {http://www.w3.org/2001/XMLSchema}reducedDerivationControl (by restriction)
  {http://www.w3.org/2001/XMLSchema}typeDerivationControl (by restriction)
Target Namespacehttp://www.w3.org/2001/XMLSchema
Declared Namespacesxmlns:hfp=http://www.w3.org/2001/XMLSchema-hasFacetAndProperty
xmlns:xs=http://www.w3.org/2001/XMLSchema


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>


Documentation

See also: http://www.w3.org/TR/xmlschema-2/#NMTOKEN


simpleType NMTOKEN


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.