2.48 SubtotalMeasures

The SubtotalMeasures element specifies a collection of measures to calculate subtotals for.

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

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

Parent elements

SubtotalSet

Child elements

SubtotalMeasures.MeasureName

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

 <xsd:element name="SubtotalMeasures" minOccurs="0">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element name="MeasureName" type="xsd:string" maxOccurs="unbounded" />
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>