HierarchyInfo Element (XMLA)

Represents a single hierarchy contained by a parent AxisInfo element.

Syntax

  
<AxisInfo>  
   ...  
   <HierarchyInfo name="string">  
      <UName>...</UName>  
      <Caption>...</Caption>  
      <LName>...</LName>  
      <LNum>...</LNum>  
      <DisplayInfo>...</DisplayInfo>  
   </HierarchyInfo>  
   ...  
</AxisInfo>  

Element characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element relationships

Relationship Element
Parent elements AxisInfo
Child elements Caption, DisplayInfo, LName, LNum, UName

Attributes

Attribute Description
Name Required String attribute. The name of the hierarchy.

Remarks