element <xsl:output> (global)
Namespace:
Type:
anonymous complexType (extension of xsl:generic-element-type)
Content:
mixed (allows character data), 22 attributes, attr. wildcard
Subst.Gr:
substitutes for xsl:declaration
Defined:
Includes:
definitions of 17 attributes
Used:
never
Component Diagram
XML Representation Summary
<xsl:output
   
 = 
list of xs:anyURI
 = 
(list of (xs:NCName | "#default") | "#all")
 = 
list of (xs:NCName | "#default")
 = 
 = 
 = 
 = 
(("xml" | "xhtml" | "html" | "text") | xs:Name)
 = 
("yes" | "no")
 = 
list of xs:Name
 = 
 = 
 = 
 = 
("yes" | "no")
 = 
("yes" | "no")
 = 
("yes" | "no")
 = 
 = 
 = 
("yes" | "no")
 = 
("yes" | "no" | "omit")
 = 
("yes" | "no")
 = 
list of xs:Name
 = 
   
   
>
   
Content: 
</xsl:output>
May be included in elements by substitutions (2):
Anonymous Type Detail
Type Derivation Tree
  complexType
XML Source (see within schema source)
<xs:element name="output" substitutionGroup="xsl:declaration">
<xs:complexType>
<xs:complexContent mixed="true">
<xs:extension base="xsl:generic-element-type">
<xs:attribute name="name" type="xsl:QName"/>
<xs:attribute name="method" type="xsl:method"/>
<xs:attribute name="byte-order-mark" type="xsl:yes-or-no"/>
<xs:attribute name="cdata-section-elements" type="xsl:QNames"/>
<xs:attribute name="doctype-public" type="xs:string"/>
<xs:attribute name="doctype-system" type="xs:string"/>
<xs:attribute name="encoding" type="xs:string"/>
<xs:attribute name="escape-uri-attributes" type="xsl:yes-or-no"/>
<xs:attribute name="include-content-type" type="xsl:yes-or-no"/>
<xs:attribute name="indent" type="xsl:yes-or-no"/>
<xs:attribute name="media-type" type="xs:string"/>
<xs:attribute name="normalization-form" type="xs:NMTOKEN"/>
<xs:attribute name="omit-xml-declaration" type="xsl:yes-or-no"/>
<xs:attribute name="standalone" type="xsl:yes-or-no-or-omit"/>
<xs:attribute name="undeclare-prefixes" type="xsl:yes-or-no"/>
<xs:attribute name="use-character-maps" type="xsl:QNames"/>
<xs:attribute name="version" type="xs:NMTOKEN"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 17/23)
byte-order-mark
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no"
XML Source (see within schema source)
<xs:attribute name="byte-order-mark" type="xsl:yes-or-no"/>

cdata-section-elements
Type:
Use:
optional
Attribute Value
list of xs:Name
XML Source (see within schema source)
<xs:attribute name="cdata-section-elements" type="xsl:QNames"/>

doctype-public
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="doctype-public" type="xs:string"/>

doctype-system
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="doctype-system" type="xs:string"/>

encoding
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="encoding" type="xs:string"/>

escape-uri-attributes
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no"
XML Source (see within schema source)
<xs:attribute name="escape-uri-attributes" type="xsl:yes-or-no"/>

include-content-type
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no"
XML Source (see within schema source)
<xs:attribute name="include-content-type" type="xsl:yes-or-no"/>

indent
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no"
XML Source (see within schema source)
<xs:attribute name="indent" type="xsl:yes-or-no"/>

media-type
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="media-type" type="xs:string"/>

method
Type:
Use:
optional
Attribute Value
("xml" | "xhtml" | "html" | "text") | xs:Name
XML Source (see within schema source)
<xs:attribute name="method" type="xsl:method"/>

name
Type:
Use:
optional
Attribute Value
Pattern:
([^:]+:)?[^:]+
XML Source (see within schema source)
<xs:attribute name="name" type="xsl:QName"/>

normalization-form
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="normalization-form" type="xs:NMTOKEN"/>

omit-xml-declaration
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no"
XML Source (see within schema source)
<xs:attribute name="omit-xml-declaration" type="xsl:yes-or-no"/>

standalone
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no", "omit"
XML Source (see within schema source)
<xs:attribute name="standalone" type="xsl:yes-or-no-or-omit"/>

undeclare-prefixes
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no"
XML Source (see within schema source)
<xs:attribute name="undeclare-prefixes" type="xsl:yes-or-no"/>

use-character-maps
Type:
Use:
optional
Attribute Value
list of xs:Name
XML Source (see within schema source)
<xs:attribute name="use-character-maps" type="xsl:QNames"/>

version
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="version" type="xs:NMTOKEN"/>

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.