Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |