2.2.4.2.2.12.2.1 AggregationDimension
This complex type represents a dimension in the aggregation.
-
<xsd:complexType name="AggregationDimension"> <xsd:all> <xsd:element name="CubeDimensionID" type="xsd:string"/> <xsd:element name="Attributes" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Attribute" type="AggregationAttribute" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="Annotations" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Annotation" type="Annotation" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:all> </xsd:complexType>
Element |
Read-Only |
Default value |
Description |
---|---|---|---|
CubeDimensionID |
|
[Required] |
The ID of the cube dimension. For example, a reference to a specific dimension on the owning measure group. |
Attributes |
|
Empty |
A collection of objects of type AggregationAttribute. |
Annotations |
|
Empty |
A collection of Annotation objects. |