Definition Type: ComplexType
Name: output
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: xslt.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into version in schema xslt_xsd Drilldown into standalone in schema xslt_xsd Drilldown into omit-xml-declaration in schema xslt_xsd Drilldown into method in schema xslt_xsd Drilldown into media-type in schema xslt_xsd Drilldown into indent in schema xslt_xsd Drilldown into encoding in schema xslt_xsd Drilldown into doctype-system in schema xslt_xsd Drilldown into doctype-public in schema xslt_xsd Drilldown into cdata-section-elements in schema xslt_xsdXSD Diagram of output in schema xslt_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:complexType name="output">
    <xs:attribute name="cdata-section-elements" type="xs:NMTOKENS" />
    <xs:attribute name="doctype-public" type="xs:string" />
    <xs:attribute name="doctype-system" type="xs:string" />
    <xs:attribute name="encoding" type="encoding" />
    <xs:attribute name="indent">
        <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
                <xs:enumeration value="yes" />
                <xs:enumeration value="no" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="media-type" type="xs:string" />
    <xs:attribute name="method">
        <xs:simpleType>
            <xs:union>
                <xs:simpleType>
                    <xs:restriction base="xs:NMTOKEN" />
                </xs:simpleType>
                <xs:simpleType>
                    <xs:restriction base="xs:NMTOKEN">
                        <xs:enumeration value="html" />
                        <xs:enumeration value="text" />
                        <xs:enumeration value="xml" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:union>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="omit-xml-declaration">
        <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
                <xs:enumeration value="yes" />
                <xs:enumeration value="no" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="standalone">
        <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
                <xs:enumeration value="yes" />
                <xs:enumeration value="no" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="version" type="xs:NMTOKEN" />
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
cdata-section-elements xsl:cdata-section-elements (Optional)
doctype-public xsl:doctype-public (Optional)
doctype-system xsl:doctype-system (Optional)
encoding xsl:encoding (Optional)
indent xsl:indent (Optional)
media-type xsl:media-type (Optional)
method xsl:method (Optional)
omit-xml-declaration xsl:omit-xml-declaration (Optional)
standalone xsl:standalone (Optional)
version xsl:version (Optional)
Collapse Derivation Tree:
Collapse References:
xsl:output