[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

measureGroup (OLAP Measure Group)

Represents a PivotTable OLAP measure group.

[Example:

<measureGroup name="Sales Orders" caption="Sales Orders"/>

end example]

Parent Elements

measureGroups3.10.1.54)

 

Attributes

Description

caption (Measure Group Display Name)

Specifies the display name of the measure group.

 

The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96).

name (Measure Group Name)

Specifies the name of the measure group.

 

The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_MeasureGroup">

   <attribute name="name" use="required" type="ST_Xstring"/>

   <attribute name="caption" use="required" type="ST_Xstring"/>

</complexType>