2.2.4.2.2.14.1.2 PerspectiveHierarchy

This complex type represents a hierarchy in a PerspectiveDimension.

   <xsd:complexType name="PerspectiveHierarchy">
     <xsd:all>
       <xsd:element name="HierarchyID" 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

HierarchyID

[Required]

The ID of the hierarchy.

Annotations

Empty

A collection of Annotation objects.