Member Element (XMLA)

Represents a single member in a parent Members or Tuple element.

Syntax

  
<Members>  
   ...  
   <Member>  
      <UName>...</UName>  
      <Caption>...</Caption>  
      <LName>...</LName>  
      <LNum>...</LNum>  
      <DisplayInfo>...</DisplayInfo>  
   </Member>  
   ...  
</Members>  
<!-- or -->  
<Tuple>  
   ...  
   <Member Hierarchy="string">  
      <UName>...</UName>  
      <Caption>...</Caption>  
      <LName>...</LName>  
      <LNum>...</LNum>  
      <DisplayInfo>...</DisplayInfo>  
   </Member>  
   ...  
</Tuple>  

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 Members, Tuple
Child elements Caption, DisplayInfo, LName, LNum, UName

Attributes

Attribute Description
Hierarchy Required String attribute (for parent Tuple elements only). The name of the hierarchy to which the member represented by the Member element belongs.

Remarks

The Member element contains the information needed to identify and display a member within a given hierarchy. For parent Members elements, the hierarchy is already specified by the Hierarchy attribute of the parent element. For parent Tuple elements, the hierarchy is specified using the Hierarchy attribute of the Member element.