simpleType "xsl:method"
Namespace:
Defined:
Used:
Simple Content Model
("xml" | "xhtml" | "html" | "text") | xs:Name
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
The method attribute of xsl:output:
Either one of the recognized names "xml", "xhtml", "html", "text",
or a QName that must include a prefix.
Type Definition Detail
Type Derivation Tree
union of (restriction of xs:NCName | restriction of xsl:QName)
  xsl:method
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:NCName
    Facets:
    enumeration:
    "xml", "xhtml", "html", "text"
  2. anonymous simpleType:
    Derivation:
    restriction of xsl:QName
    Facets:
    pattern:
    \c*:\c*
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="method">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:NCName">
<xs:enumeration value="xml"/>
<xs:enumeration value="xhtml"/>
<xs:enumeration value="html"/>
<xs:enumeration value="text"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xsl:QName">
<xs:pattern value="\c*:\c*"/>
</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.