Contained

The <contained> tag encloses the list of child resources.

Syntax: Contained

Read syntax diagramSkip visual syntax diagram
                .--------------.                 
                V              |                 
>>-<contained>----| Resource |-+--</contained>-----------------><

Tag/Fragment Description Type
Resource description of a resource See Resource

Example XML code:

<contained>
<resource>
<reslabel>,SYSA,MVS_IMAGE</reslabel>
<restype>MVS_IMAGE</restype>
<reslabelurl>,SYSA,MVS_IMAGE</reslabelurl>
<expandable>YES</expandable>
<icon>rmfmvsim.gif</icon>
<attributes>YES</attributes>
</resource>
…
<resource>
<reslabel>,CF01,COUPLING_FACILITY</reslabel>
<resname>CF01</resname>
<reslabelurl>,CF01,COUPLING_FACILITY</reslabelurl>
<expandable>YES</expandable>
<icon>rmfcf.gif</icon>
<attributes>YES</attributes>
</resource>
</contained>