The IdMapping attribute contains identifier values that are to be bound to shapes and will be further used to provide a link to dimension elements. Values specified in child elements <p5:Data> of the IdMapping attribute must correspond to numeric values specified in shape identifiers. Example: If the shape id is O100, value of the Value attribute for the <p5:Data> element must be equal to 100.
On converting to TBS format, values of this attribute are assigned as values of the Id parameter for map items. If the IdMapping attribute is not defined, values of the Id parameter are generated automatically on converting.
<p5:Attribute Name="IdMapping" Type="int">
<p5:Data Id="O1" Value="1" />
<p5:Data Id="O2" Value="2" />
...
</p5:Attribute>
See also: