Definition Type: SimpleType
Name: mode
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: schema-for-xslt20.xsd
Documentation:
The mode attribute of xsl:apply-templates: either a QName, or #current, or #default.
Collapse XSD Schema Diagram:
XSD Diagram of mode in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:simpleType name="mode">
    <xs:annotation>
        <xs:documentation>
      The mode attribute of xsl:apply-templates: 
      either a QName, or #current, or #default.
    </xs:documentation>
    </xs:annotation>
    <xs:union memberTypes="xsl:QName">
        <xs:simpleType>
            <xs:restriction base="xs:token">
                <xs:enumeration value="#default" />
                <xs:enumeration value="#current" />
            </xs:restriction>
        </xs:simpleType>
    </xs:union>
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
xsl:mode