Definition Type: SimpleType
Name: nametests
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: schema-for-xslt20.xsd
Documentation:
A list of NameTests, as defined in the XPath 2.0 Recommendation. Each NameTest is either a QName, or "*", or "prefix:*", or "*:localname"
Collapse XSD Schema Diagram:
XSD Diagram of nametests in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:simpleType name="nametests">
    <xs:annotation>
        <xs:documentation>
      A list of NameTests, as defined in the XPath 2.0 Recommendation.
      Each NameTest is either a QName, or "*", or "prefix:*", or "*:localname"
    </xs:documentation>
    </xs:annotation>
    <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>
Collapse Derivation Tree:
Collapse References:
xsl:elements, xsl:elements