simpleType Name

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

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}Name
Derived Types
{http://www.w3.org/2001/XMLSchema}Name
 {http://www.w3.org/2001/XMLSchema}NCName (by restriction)
  {http://www.w3.org/2001/XMLSchema}ID (by restriction)
   {http://www.w3.org/XML/1998/namespace}id (by type)
  {http://www.w3.org/2001/XMLSchema}ENTITY (by restriction)
  {http://www.w3.org/2001/XMLSchema}IDREF (by restriction)
  {http://www.w3.org/XML/1998/namespace}space (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="Name" id="Name">
    <
xs:annotation>
        <
xs:documentation source="http://www.w3.org/TR/xmlschema-2/#Name"/>
    </
xs:annotation>
    <
xs:restriction base="xs:token">
        <
xs:pattern value="\i\c*" id="Name.pattern">
            <
xs:annotation>
                <
xs:documentation source="http://www.w3.org/TR/REC-xml#NT-Name">pattern matches production 5 from the XML spec</xs:documentation>
            </
xs:annotation>
        </
xs:pattern>
    </
xs:restriction>
</
xs:simpleType>


Documentation

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


simpleType Name


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.