simpleType "xsl:mode"
Namespace:
Defined:
Used:
Simple Content Model
xs:Name | ("#default" | "#current")
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
The mode attribute of xsl:apply-templates:
either a QName, or #current, or #default.
Type Definition Detail
Type Derivation Tree
union of (xsl:QName | restriction of xs:token)
  xsl:mode
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "#default", "#current"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="mode">
<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>

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.