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

RedefineSelection

Attributes

None

Example

<RedefinesArray>
        <RedefineSelection redefine="name.info" useRedefinition="name.last-name"/>
        <RedefineSelection redefine="address.zip-code" useRedefinition="province"/>
</RedefinesArray>