2.40 Grouping

The Grouping element specifies an expression by which to group the data in a hierarchy.

The following are the parent elements, attributes, and child elements of the Grouping element.

Parent elements

Groupings

Attributes

Grouping.Name

Child elements

Grouping.Details

Grouping.Expression

The following is the XML Schema definition of the Grouping element.          

 <xsd:complexType name="GroupingType">
   <xsd:all>
     <xsd:element name="Expression" type="ExpressionType" />
     <xsd:element name="Details" type="ExpressionsType" minOccurs="0" />
   </xsd:all>
   <xsd:attribute name="Name" type="NonEmptyString" use="required" />
 </xsd:complexType>