2.2.4.1.1.1 xmla-ds:OlapInfo Complex Type

The OlapInfo type contains information describing the multidimensional data that is sent in a specific response. It MUST contain information about the cube or cubes from which these results were extracted, information about all axes involved, and data for the cells returned.

The xmla-ds:OlapInfo complex type describes the current schema definition for the result set requested by the client. The OlapInfo complex type contains the description of the specific structure of the data that is returned. The result set is described in three major sections:

  • CubeInfo: Describes the source of the result set.

  • AxesInfo: Describes the data structure of all axes in the result set, including the slicer axis.

  • CellInfo: Describes the data structure for the cells.

The XML schema definition (XSD) for the OlapInfo complex type is as follows. The OlapInfo element and all its contained elements are in the namespace xmla-ds.

   <xsd:complexType name="OlapInfo">
     <xsd:sequence>
       <xsd:element name="CubeInfo" type="CubeInfo" />
       <xsd:element name="AxesInfo" type="AxesInfo" />
       <xsd:element name="CellInfo" type="CellInfo" />
     </xsd:sequence>
   </xsd:complexType>

Element

Description

CubeInfo

Contains information about the cubes for this result.

AxesInfo

Describes the axes that will be in the Axes element of this response.

CellInfo

Describes the cells that will be in the CellData element of this response.