element <xsl:for-each-group> (global)
Namespace:
Type:
anonymous complexType (extension of xsl:versioned-element-type)
Content:
mixed (allows character data), 12 attributes, attr. wildcard, 4 elements, 2 elem. wildcards
Subst.Gr:
substitutes for xsl:instruction
Defined:
Includes:
definitions of 6 attributes, 1 element
Used:
never
Component Diagram
XML Representation Summary
<xsl:for-each-group
   
 = 
list of xs:anyURI
 = 
(list of (xs:NCName | "#default") | "#all")
 = 
list of (xs:NCName | "#default")
 = 
 = 
 = 
 = 
 = 
 = 
 = 
 = 
 = 
   
   
>
   
Content: 
</xsl:for-each-group>
May contain elements by substitutions (25):
May be included in elements by substitutions (26):
Anonymous Type Detail
Type Derivation Tree
      complexType
XML Source (see within schema source)
<xs:element name="for-each-group" substitutionGroup="xsl:instruction">
<xs:complexType>
<xs:complexContent mixed="true">
<xs:extension base="xsl:versioned-element-type">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="xsl:sort"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="xsl:sequence-constructor-group"/>
</xs:sequence>
<xs:attribute name="select" type="xsl:expression" use="required"/>
<xs:attribute name="group-by" type="xsl:expression"/>
<xs:attribute name="group-adjacent" type="xsl:expression"/>
<xs:attribute name="group-starting-with" type="xsl:pattern"/>
<xs:attribute name="group-ending-with" type="xsl:pattern"/>
<xs:attribute name="collation" type="xs:anyURI"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 6/13)
collation
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="collation" type="xs:anyURI"/>

group-adjacent
Type:
Use:
optional
Attribute Value
Pattern:
.+
XML Source (see within schema source)
<xs:attribute name="group-adjacent" type="xsl:expression"/>

group-by
Type:
Use:
optional
Attribute Value
Pattern:
.+
XML Source (see within schema source)
<xs:attribute name="group-by" type="xsl:expression"/>

group-ending-with
Type:
Use:
optional
Attribute Value
Pattern:
.+
XML Source (see within schema source)
<xs:attribute name="group-ending-with" type="xsl:pattern"/>

group-starting-with
Type:
Use:
optional
Attribute Value
Pattern:
.+
XML Source (see within schema source)
<xs:attribute name="group-starting-with" type="xsl:pattern"/>

select
Type:
Use:
required
Attribute Value
Pattern:
.+
XML Source (see within schema source)
<xs:attribute name="select" type="xsl:expression" use="required"/>
Content Element Detail (all declarations; defined within this component only; 1/6)
xsl:sort
Type:
anonymous complexType (extension of xsl:sequence-constructor), mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="xsl:sort"/>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.