<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>