by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
<xsd:simpleType name="NCName" id="NCName"> <xsd:restriction base="xsd:Name"> <xsd:pattern value="[\i-[:]][\c-[:]]*"/> </xsd:restriction> </xsd:simpleType> |
The lexical and value spaces of xsd:NCName are the names (Name) that conform to the definition of a NCName in the Recommendation "Namespaces in XML 1.0." These are all the XML 1.0 names that don't contain colons.
This text is released under the Free Software Foundation GFDL.