ItemSelectionArray
Use this element as the container for individual data item selections in the COBOL structure.
If the this element is not specified the default element selection rules apply as follows:
- If nativeTypeName of the message specification is not given, the first available LEVEL 01 structure and all its children are automatically selected according to any rules specified in the RedefineSelection section and ItemSelection section.
- If nativeTypeName of the message specification is given, it is assumed to be a LEVEL 01 structure and all its children are automatically selected according to any rules specified in the RedefineSelection section and ItemSelection section.
- If the RedefineSelectionArray is given, the items from that array will override the default REDEFINES behavior (See RedefineSelection and ItemSelection section for more information)
Contained by
Contains
ItemSelectionAttributes
NoneExample
<ItemSelectionArray>
<ItemSelection itemName="input-msg.redParent"/>
<ItemSelection itemName="input-msg.in-extn"/>
<ItemSelection itemName="input-msg.in-zip"/>
<ItemSelection itemName="input-msg.in-ll"/>
</ItemSelectionArray>