IdMapping Attribute

The IdMapping attribute contains identifier values that are to be linked to shapes and will be further used to provide a link to dimension elements. Values specified in child elements <fs: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 <fs:Data> element must be equal to 100.

On converting into TBS format, values of this attribute are assigned as values of the Id parameter for map elements. If the IdMapping attribute is not set, values of the Id parameter are generated automatically on converting.

Syntax

<fs:Attribute Name="IdMapping" Type="int">

    <fs:Data Id="O1" Value="1" />

    <fs:Data Id="O2" Value="2" />

    ...

</fs:Attribute>

See also:

<fs:Attributes> Element