by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
<xsd:simpleType name="Name" id="Name"> <xsd:restriction base="xsd:token"> <xsd:pattern value="\i\c*"/> </xsd:restriction> </xsd:simpleType> |
The lexical and value spaces of xsd:Name are the tokens (NMTOKEN) that conform to the definition of a name in XML 1.0.
This text is released under the Free Software Foundation GFDL.