2.2.5.28 HierarchyType

Namespace: http://www.microsoft.com/performancepoint/scorecards

This simple type specifies the type of an OLAP hierarchy.

 <xs:simpleType name="HierarchyType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Standard"/>
     <xs:enumeration value="Measure"/>
     <xs:enumeration value="Time"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the HierarchyType simple type.

Value

Meaning

Standard

Indicates a Standard OLAP hierarchy.

Measure

Indicates a Measured OLAP hierarchy.

Time

Indicates a Time OLAP hierarchy.