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

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)

Documentation
            pattern matches production 5 from the XML spec
          
Properties
This component is not nillable.

Model

\i\c*


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

Source
<xs:simpleType id="Name" name="Name">
<xs:restriction base="xs:token">
<xs:pattern id="Name.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.