<map> (OLAP Measure Group)

Represents a PivotTable OLAP measure group - Dimension map.

example:
<map measureGroup="0" dimension="2"/>

Parent Elements

<maps>3.10.1.52)

Attributes

Description

<dimension> (Dimension Id)

Specifies the identifier for the dimension.

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

<measureGroup> (Measure Group Id)

Specifies the identifier of the measure group.

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_MeasureDimensionMap">
	<attribute name="measureGroup" use="optional" type="xsd:unsignedInt"/>
	<attribute name="dimension" use="optional" type="xsd:unsignedInt"/>
</complexType>