simpleType "xsl:nametests"
Namespace:
Defined:
Used:
Simple Content Model
list of (xs:Name | "*" | xs:token)
All Direct / Indirect Based Attributes (2):
Known Usage Locations
Annotation
A list of NameTests, as defined in the XPath 2.0 Recommendation.
Each NameTest is either a QName, or "*", or "prefix:*", or "*:localname"
Type Definition Detail
Type Derivation Tree
union of (xsl:QName | restriction of xs:token | restriction of xs:token)
  xsl:nametests
Derivation:
list of anonymous simpleType
Anonymous simpleType
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "*"
  2. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    pattern:
    \i\c*:\*
    pattern:
    \*:\i\c*
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="nametests">
<xs:list>
<xs:simpleType>
<xs:union memberTypes="xsl:QName">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="\i\c*:\*"/>
<xs:pattern value="\*:\i\c*"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.