2.2.4.2.2.14.1.1 PerspectiveAttribute
This complex type represents an attribute in a PerspectiveDimension.
-
<xsd:complexType name="PerspectiveAttribute"> <xsd:all> <xsd:element name="AttributeID" type="xsd:string"/> <xsd:element name="AttributeHierarchyVisible" type="xsd:boolean" minOccurs="0"/> <xsd:element name="DefaultMember" type="xsd:string" minOccurs="0"/> <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. |
AttributeHierarchyVisible |
|
True |
When true, specifies whether the attribute hierarchy is visible; otherwise, false. |
DefaultMember |
|
Empty |
An MDX expression specifying the default member for this attribute.<90> |
Annotations |
|
Empty |
A collection of Annotation objects. |