Dialog Box Displayed by the ViewXMLPlugin: This figure shows the dialog box displayed by the ViewXMLPlugin. The dialog box contains the following XML representation of the PROFIT calculated measure.

<Metadata

 Version="1.3"

 MinimumDatabaseVersion="11.2.0.2">

  <Cube

    Owner="GLOBAL"

    Name="UNITS_CUBE">

    <Measure>

      <DerivedMeasure

        ETMeasureColumnName="PROFIT"

        Name="PROFIT"

        MeasureExpression="UNITS_CUBE.SALES - UNITS_CUBE.COST">

        <Classification

           Value="AwmDescriptionType=FREE_FORM"/>

        <Description

           Type="AWMDescriptionType"

           Language="AMERICAN"

           Value="FREE_FORM">

         </Description>

         <Description

           Type="LongDescription"

           Language="AMERICAN"

           Value="Profit">

         </Description>

         <Description

           Type="ShortDescription"

           Language="AMERICAN"

           Value="Profit">

         </Description>

         <Description

           Type="Description"

           Language="AMERICAN"

           Value="Profit">

         </Description>

      </DerivedMeasure>

    </Measure>

  </Cube>

</Metadata>