Definition Type: SimpleType
Name: NCName
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Collapse XSD Schema Diagram:
XSD Diagram of NCName in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:simpleType name="NCName" id="NCName">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NCName" />
    </xs:annotation>
    <xs:restriction base="xs:Name">
        <xs:pattern value="[\i-[:]][\c-[:]]*" id="NCName.pattern">
            <xs:annotation>
                <xs:documentation source="http://www.w3.org/TR/REC-xml-names/#NT-NCName">
            pattern matches production 4 from the Namespaces in XML spec
          </xs:documentation>
            </xs:annotation>
        </xs:pattern>
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern [\i-[:]][\c-[:]]*