Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This complex type represents a CubeDimension in a Perspective.
-
<xsd:complexType name="PerspectiveDimension"> <xsd:all> <xsd:element name="CubeDimensionID" type="xsd:string"/> <xsd:element name="Attributes" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Attribute" type="PerspectiveAttribute" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="Hierarchies" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Hierarchy" type="PerspectiveHierarchy" 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 a CubeDimension. |
|
Attributes |
|
If no hierarchies are included, the perspective contains all the attributes from the dimension. |
A collection of objects of type PerspectiveAttribute that is included in this PerspectiveDimension. |
|
Hierarchies |
|
If no hierarchies are included, the perspective contains all of the hierarchies from the dimension. |
A collection of objects of type PerspectiveHierarchy that is included in this PerspectiveDimension. |
|
Annotations |
|
Empty |
A collection of Annotation objects. |