Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |
|
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.