<dataScope xmlns="http://bali.us.oracle.com/cabo/marlin"
           xmlns:uix="http://bali.us.oracle.com/cabo/marlin">

  <provider>
    <data name="targetList">
      <method class="oracle.sysman.eml.ecm.track.capture.ShuttleData"
       method="populateTargetShuttle"/>
    </data>
  </provider>

  <contents>
    <!-- Put up either an error box or the target choice list
            depending on whether we got the data successfully -->


       <shuttle name="captureShuttle"
                 uix:leadingHeader="availableHeader@targetList"
                 reorderable="false"
                 size="10"
                 uix:trailingHeader="selectedHeader@targetList"
                 shortDesc="Select from list of available targets, the targets to be refreshed.">

          <leading>
            <list multiple="true">
              <contents uix:childData="choiceTargets@targetList">
                <option uix:text="targetName"/>
              </contents>
            </list>
           </leading>

          <trailing>
            <list multiple="true">
              <contents uix:childData="selectedTargets@targetList">
                <option uix:text="targetName"/>
              </contents>
            </list>
          </trailing>

        </shuttle>

  </contents>
</dataScope>


