Definition Type: Group
Name: sequence-constructor-group
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: schema-for-xslt20.xsd
Collapse XSD Schema Diagram:
Drilldown into literal-result-element in schema schema-for-xslt20_xsd Drilldown into result-elements in schema schema-for-xslt20_xsd Drilldown into instruction in schema schema-for-xslt20_xsd Drilldown into variable in schema schema-for-xslt20_xsdXSD Diagram of sequence-constructor-group in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:group name="sequence-constructor-group">
    <xs:choice>
        <xs:element ref="xsl:variable" />
        <xs:element ref="xsl:instruction" />
        <xs:group ref="xsl:result-elements" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
variable xsl:variable (1) (1)
instruction xsl:instruction (1) (1)
literal-result-element xsl:literal-result-element (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
<xs:any> Allowed namespace: '##local' (1) (1)
<xs:group> xsl:result-elements (1) (1)