<dataScope  xmlns="http://bali.us.oracle.com/cabo/marlin"
            xmlns:data="http://bali.us.oracle.com/cabo/marlin">
  <contents>
    <rowLayout>
      <contents>
        <cellFormat columnSpan="2" wrappingDisabled="true" 
                    width="100" hAlign="center">
          <contents>
            <shuttle name="targetShuttle" 
                     data:leadingHeader="AVAILABLE_TARGETS@ResourceBundle" 
                     data:trailingHeader="SELECTED_TARGETS@ResourceBundle" 
                     reorderable="false" size="20">
              <leading>
                <list multiple="true" size="20" id="available_targets" data:shortDesc="AVAILABLE_TARGETS@ResourceBundle" >
                  <contents data:childData="availableTargets@getTargets">
                    <option data:text="availTarget" />
                  </contents>
                </list>
              </leading>
              <trailing>
                <list multiple="true" size="20" id="selected_targets" data:shortDesc="SELECTED_TARGETS@ResourceBundle" >
                  <contents data:childData="selectedTargets@getTargets">
                    <option data:text="selTarget" />
                  </contents>
                </list>
              </trailing>
              <filter>
                <rowLayout>
                  <contents>
                    <styledText data:text="TYPE@ResourceBundle" 
                        styleClass="OraInstructionText"
                        labeledNodeId="typeChoice" />
                      <spacer width="10"/>
                      <choice name="typeChoice" columns="50" id="typeChoice">
                      <primaryClientAction>
                          <firePartialAction event="doGoType"
                                             targets="available_targets selected_targets">|
                          </firePartialAction>
                      </primaryClientAction>
                      <contents data:childData="tgt@getTargets">
                        <option data:text="available" 
                                data:value="availID" 
                                data:selected="selected"/>
                      </contents>
                    </choice>
                    <spacer width="10"/>
                  </contents>
                </rowLayout>
              </filter>
            </shuttle>
          </contents>
        </cellFormat>
      </contents>
    </rowLayout>
  </contents>
  <provider>
   <data name="ResourceBundle">
     <bundle class="oracle.sysman.eml.admin.rep.AdminResourceBundle"/>
   </data>
 </provider>
</dataScope>
