simpleType "xsl:prefix-list-or-all"
Namespace:
Defined:
Used:
Simple Content Model
list of (xs:NCName | "#default") | "#all"
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
union of (xsl:prefix-list | restriction of xs:token)
  xsl:prefix-list-or-all
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "#all"
XML Source (see within schema source)
<xs:simpleType name="prefix-list-or-all">
<xs:union memberTypes="xsl:prefix-list">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="#all"/>
</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.