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 the attribute in the AggregationDimension for which the fact data is aggregated.
-
<xsd:complexType name="AggregationAttribute"> <xsd:all> <xsd:element name="AttributeID" type="xsd:string"/> <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 |
|---|---|---|---|
|
AttributeID |
|
[Required] |
The ID of the attribute. |
|
Annotations |
|
Empty |
A collection of Annotation objects. |