Using subsets

You can use subsets to identify cells.
<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001" Class="Dimension" Method="Read">
    <Alea:Dimension Name="PROFIT" Relation="Nothing" Selection="All">
       <Alea:Subset>
        <Alea:Description>Monetary</Alea:Description>
      </Alea:Subset>
    </Alea:Dimension>
  </Alea:Request>
</Alea:Document>

The example references the attribute by the long name. It must be specified in the Description tag.

The subset can also be referenced by its internal number. In this case, the Subset tag looks like this:

<Alea:Subset Name="2"/>