RedefineSelection
Use this element to select redefinitions for an item.
Contained by
RedefinesArrayContains
NoneAttributes
If necessary for uniqueness, qualify the data item names using the period-separated notation. For example, use name info from the following language structure.
1 name.
2 info pic x(100).
2 last-name redefines info pic x(100).
| Fields | Description |
|---|---|
Attribute: redefine
Valid values: See Description Required?: Yes Default value: None |
Specifies the name of the data item to be redefined. Note: Redefinitions
of redefined items are not supported.
|
Attribute: useRedefinition
Valid values: See Description Required?: Yes Default value: None |
Specifies the name of the data item to be used. |
Example
<RedefinesArray>
<RedefineSelection redefine="name.info" useRedefinition="name.last-name"/>
<RedefineSelection redefine="address.zip-code" useRedefinition="province"/>
</RedefinesArray>