2.43 MeasureGroup

The MeasureGroup element specifies a collection of related aggregation expressions to include in the results of the query. Each of these expressions is derived from the same base entity specified by the child MeasureGroup.BaseEntity element.

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

Parent elements

MeasureGroups

Child elements

MeasureGroup.BaseEntity

MeasureGroup.Measures

MeasureGroup.SubtotalSets

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

 <xsd:complexType name="MeasureGroupType">
   <xsd:all>
     <xsd:element name="BaseEntity" type="BaseEntityType" />
     <xsd:element name="Measures" type="ExpressionsType" />
     <xsd:element name="SubtotalSets" type="SubtotalSetsType" minOccurs="0" />
   </xsd:all>
 </xsd:complexType>