2.82 GroupExpressions

The GroupExpressions element defines a collection of GroupExpressions.GroupExpression elements for a grouping.

The following are the parent and child elements of the GroupExpressions element.

Parent elements

Group

Grouping

Child elements

GroupExpressions.GroupExpression

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

 <xsd:complexType name="GroupExpressionsType">
   <xsd:sequence>
     <xsd:element name="GroupExpression" type="xsd:string" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>