2.45 SubtotalSets

The SubtotalSets element specifies collections of subtotals to calculate for measures within a measure group.

The SubtotalSets element specifies a collection of SubtotalSet elements. The SubtotalSets element MUST contain at least one SubtotalSets.SubtotalSet element and can contain more.

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

Parent elements

MeasureGroup

Child elements

SubtotalSets.SubtotalSet

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

 <xsd:complexType name="SubtotalSetsType">
   <xsd:sequence>
     <xsd:element name="SubtotalSet" type="SubtotalSetType" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>