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

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}Name (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}NCName (restriction)

Documentation
            pattern matches production 4 from the Namespaces in XML spec
          
Properties
This component is not nillable.

Model

[\i-[:]][\c-[:]]*


Sub Types
{http://www.w3.org/2001/XMLSchema}NCName (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}ENTITY (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}ID (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}IDREF (restriction)

Local Usage
complexType, defRef, ENTITY, explicitGroup, ID, IDREF, keybase, namedAttributeGroup, namedGroup, notation, simpleType, space, topLevelAttribute, topLevelComplexType, topLevelElement, topLevelSimpleType

Source
<xs:simpleType id="NCName" name="NCName">
<xs:restriction base="xs:Name">
<xs:pattern id="NCName.pattern" value="[\i-[:]][\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.