Definition Type: Group
Name: top-level
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: xslt.xsd
Collapse XSD Schema Diagram:
Drilldown into namespace-alias in schema xslt_xsd Drilldown into template in schema xslt_xsd Drilldown into param in schema xslt_xsd Drilldown into variable in schema xslt_xsd Drilldown into attribute-set in schema xslt_xsd Drilldown into decimal-format in schema xslt_xsd Drilldown into key in schema xslt_xsd Drilldown into output in schema xslt_xsd Drilldown into preserve-space in schema xslt_xsd Drilldown into strip-space in schema xslt_xsd Drilldown into include in schema xslt_xsd Drilldown into import in schema xslt_xsdXSD Diagram of top-level in schema xslt_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:group name="top-level">
    <xs:sequence>
        <xs:element name="import" type="import" minOccurs="0" maxOccurs="unbounded" />
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element name="include" type="include" />
            <xs:element name="strip-space" type="strip-space" />
            <xs:element name="preserve-space" type="preserve-space" />
            <xs:element name="output" type="output" />
            <xs:element name="key" type="key" />
            <xs:element name="decimal-format" type="decimal-format" />
            <xs:element name="attribute-set" type="attribute-set" />
            <xs:element name="variable" type="variable" />
            <xs:element name="param" type="param" />
            <xs:element name="template" type="template" />
            <xs:element name="namespace-alias" type="namespace-alias" />
            <xs:any namespace="##other" processContents="lax" />
        </xs:choice>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
import xsl:import 0 unbounded
include xsl:include (1) (1)
strip-space xsl:strip-space (1) (1)
preserve-space xsl:preserve-space (1) (1)
output xsl:output (1) (1)
key xsl:key (1) (1)
decimal-format xsl:decimal-format (1) (1)
attribute-set xsl:attribute-set (1) (1)
variable xsl:variable (1) (1)
param xsl:param (1) (1)
template xsl:template (1) (1)
namespace-alias xsl:namespace-alias (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)