Definition Type: Element
Name: transform
Namespace: http://www.w3.org/1999/XSL/Transform
Type: xsl:transform-element-base-type
Containing Schema: schema-for-xslt20.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into param in schema schema-for-xslt20_xsd Drilldown into variable in schema schema-for-xslt20_xsd Drilldown into declaration in schema schema-for-xslt20_xsd Drilldown into import in schema schema-for-xslt20_xsd Drilldown into xpath-default-namespace in schema schema-for-xslt20_xsd Drilldown into use-when in schema schema-for-xslt20_xsd Drilldown into extension-element-prefixes in schema schema-for-xslt20_xsd Drilldown into exclude-result-prefixes in schema schema-for-xslt20_xsd Drilldown into default-collation in schema schema-for-xslt20_xsd Drilldown into version in schema schema-for-xslt20_xsd Drilldown into transform-element-base-type in schema schema-for-xslt20_xsd Drilldown into input-type-annotations in schema schema-for-xslt20_xsd Drilldown into default-validation in schema schema-for-xslt20_xsd Drilldown into id in schema schema-for-xslt20_xsdXSD Diagram of transform in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:element name="transform">
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="xsl:transform-element-base-type">
                <xs:sequence>
                    <xs:element ref="xsl:import" minOccurs="0" maxOccurs="unbounded" />
                    <xs:choice minOccurs="0" maxOccurs="unbounded">
                        <xs:element ref="xsl:declaration" />
                        <xs:element ref="xsl:variable" />
                        <xs:element ref="xsl:param" />
                        <xs:any namespace="##other" processContents="lax" />
                        <!-- weaker than XSLT 1.0 -->
                    </xs:choice>
                </xs:sequence>
                <xs:attribute name="id" type="xs:ID" />
                <xs:attribute name="default-validation" type="xsl:validation-strip-or-preserve" default="strip" />
                <xs:attribute name="input-type-annotations" type="xsl:input-type-annotations-type" default="unspecified" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
import xsl:import 0 unbounded
declaration xsl:declaration (1) (1)
variable xsl:variable (1) (1)
param xsl:param (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
default-collation xsl:default-collation (Optional)
exclude-result-prefixes xsl:exclude-result-prefixes (Optional)
extension-element-prefixes xsl:extension-element-prefixes (Optional)
use-when xsl:use-when (Optional)
xpath-default-namespace xsl:xpath-default-namespace (Optional)
version xsl:version Required
id xsl:id (Optional)
default-validation xsl:default-validation strip (Optional)
input-type-annotations xsl:input-type-annotations unspecified (Optional)
<anyAttribute> Allowed namespace: '##other'
<anyAttribute> Allowed namespace: '##other'
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: