simpleType "xsl:prefix-or-default"
Namespace:
Defined:
Used:
Simple Content Model
xs:NCName | "#default"
Known Direct Subtypes (1):
Known Indirect Subtypes (1):
All Direct / Indirect Based Attributes (4):
Known Usage Locations
Annotation
Either a namespace prefix, or #default.
Used in the xsl:namespace-alias element.
Type Definition Detail
Type Derivation Tree
union of (xs:NCName | restriction of xs:token)
  xsl:prefix-or-default
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "#default"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="prefix-or-default">
<xs:union memberTypes="xs:NCName">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="#default"/>
</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.