<maps> (OLAP Measure Group)

Represents the PivotTable OLAP measure group - Dimension maps.

example:
<maps count="3">
  <map measureGroup="0" dimension="2"/>
  <map measureGroup="1" dimension="19"/>
  <map measureGroup="2" dimension="8"/>
</maps>

Parent Elements

<pivotCacheDefinition>3.10.1.67)

Child Elements

Subclause

<map> (OLAP Measure Group)

§3.10.1.51

Attributes

Description

<count> (Measure Group Count)

Specifies the number of measure groups, or dimension maps, in the PivotTable.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

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

<complexType name="CT_MeasureDimensionMaps">
	<sequence>
	<element name="map" minOccurs="0" maxOccurs="unbounded" type="CT_MeasureDimensionMap"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt"/>
</complexType>