2.82.1 GroupExpressions.GroupExpression

The GroupExpressions.GroupExpression element specifies an expression by which to group data. This element MUST be specified at least once and can be specified more than once. The value of this element MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a Variant.

The value of the GroupExpressions.GroupExpression element MUST NOT include any aggregate functions other than the RowNumber aggregate function. If the RowNumber aggregate function is used, it MUST reference the immediately containing scope.

Following is the parent element of the GroupExpressions.GroupExpression element.

Parent elements

GroupExpressions

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

 <xsd:element name="GroupExpression" type="xsd:string" maxOccurs="unbounded" />