2.42 MeasureGroups

The MeasureGroups element specifies collections of detail expressions to include in the results of the query.

The MeasureGroups element specifies a collection of MeasureGroup elements. The MeasureGroups element MUST contain exactly one MeasureGroups.MeasureGroup element.

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

Parent elements

SemanticQuery

Child elements

MeasureGroups.MeasureGroup

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

 <xsd:complexType name="MeasureGroupsType">
   <xsd:sequence>
     <xsd:element name="MeasureGroup" type="MeasureGroupType" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>