2.47 SubtotalGroupings

The SubtotalGroupings element specifies a collection of groupings by which to calculate subtotals.

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

Parent elements

SubtotalSet

Child elements

SubtotalGroupings.GroupingName

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

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