2.2.3.73 CT_GroupExpression

Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application

Referenced by: CT_Groups

Specifies a single expression that is used to group the CT_Results (section 2.2.3.9) of a Query (section 2.1.3). The expression will be evaluated once for each row in the query results before this grouping is applied, and the query results will then be given a group for each unique result of the expression evaluation.

Child Elements:

Expression: A CT_ExpressionContents (section 2.2.3.45) element that specifies a single expression by which to group the CT_Results (section 2.2.3.9) of a Query (section 2.1.3).

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_GroupExpression">
   <xsd:all>
     <xsd:element name="Expression" type="CT_ExpressionContents" minOccurs="1" wbld:cname="Expression"/>
   </xsd:all>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).