RedefinesArray
Use this element as the container for REDEFINE item selections for COBOL.
Note: The default behavior for
redefinitions when there are REDEFINES in the data but the RedefinesArray
element is omitted is to use the original definition of the items.
Contained by
Contains
RedefineSelectionAttributes
NoneExample
<RedefinesArray>
<RedefineSelection redefine="name.info" useRedefinition="name.last-name"/>
<RedefineSelection redefine="address.zip-code" useRedefinition="province"/>
</RedefinesArray>