simpleType "xsl:prefix-list-or-all"
Namespace:
Defined:
Used:
Simple Content Model
list of (xs:NCName | "#default") | "#all"
All Direct / Indirect Based Attributes (1):
xsl:generic-element-type/@exclude-result-prefixes
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 DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.