Definition Type: Group
Name: char-instructions
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: xslt.xsd
Collapse XSD Schema Diagram:
Drilldown into fallback in schema xslt_xsd Drilldown into message in schema xslt_xsd Drilldown into variable in schema xslt_xsd Drilldown into copy in schema xslt_xsd Drilldown into text in schema xslt_xsd Drilldown into if in schema xslt_xsd Drilldown into choose in schema xslt_xsd Drilldown into number in schema xslt_xsd Drilldown into copy-of in schema xslt_xsd Drilldown into value-of in schema xslt_xsd Drilldown into for-each in schema xslt_xsd Drilldown into apply-imports in schema xslt_xsd Drilldown into call-template in schema xslt_xsd Drilldown into apply-templates in schema xslt_xsdXSD Diagram of char-instructions in schema xslt_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:group name="char-instructions">
    <xs:choice>
        <xs:element name="apply-templates" type="apply-templates" />
        <xs:element name="call-template" type="call-template" />
        <xs:element name="apply-imports" type="apply-imports" />
        <xs:element name="for-each" type="for-each" />
        <xs:element name="value-of" type="value-of" />
        <xs:element name="copy-of" type="copy-of" />
        <xs:element name="number" type="number" />
        <xs:element name="choose" type="choose" />
        <xs:element name="if" type="if" />
        <xs:element name="text" type="text" />
        <xs:element name="copy" type="copy" />
        <xs:element name="variable" type="variable" />
        <xs:element name="message" type="message" />
        <xs:element name="fallback" type="fallback" />
        <xs:any namespace="##other" processContents="lax" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
apply-templates xsl:apply-templates (1) (1)
call-template xsl:call-template (1) (1)
apply-imports xsl:apply-imports (1) (1)
for-each xsl:for-each (1) (1)
value-of xsl:value-of (1) (1)
copy-of xsl:copy-of (1) (1)
number xsl:number (1) (1)
choose xsl:choose (1) (1)
if xsl:if (1) (1)
text xsl:text (1) (1)
copy xsl:copy (1) (1)
variable xsl:variable (1) (1)
message xsl:message (1) (1)
fallback xsl:fallback (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)