Member Element (XMLA)
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
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.