2.2.4.2.2.13.1.1 AggregationInstanceDimension
This complex type represents a CubeDimension in an AggregationInstance.
-
<xsd:complexType name="AggregationInstanceDimension"> <xsd:all> <xsd:element name="CubeDimensionID" type="xsd:string"/> <xsd:element name="Attributes" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Attribute" type="AggregationInstanceAttribute" 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 CubeDimension. |
Attributes |
|
Empty |
A collection of objects of type AggregationInstanceAttribute. |