<dataScope xmlns="http://xmlns.oracle.com/uix/ui"
                 xmlns:data="http://xmlns.oracle.com/uix/ui"
                 xmlns:marlin="http://bali.us.oracle.com/cabo/marlin"
                 xmlns:uix="http://bali.us.oracle.com/cabo/marlin"
                 xmlns:html="http://www.w3.org/TR/REC-html40">

      <contents>

      <dataScope xmlns="http://xmlns.oracle.com/uix/ui"
                 xmlns:data="http://xmlns.oracle.com/uix/ui"
                 xmlns:marlin="http://bali.us.oracle.com/cabo/marlin"
                 xmlns:uix="http://bali.us.oracle.com/cabo/marlin"
                 xmlns:html="http://www.w3.org/TR/REC-html40">

        <contents>
            <table width="100%"
              data:tableData="inventoryTableData@InventoryTable"
              data:columnHeaderData="column@InventoryTable"
              data:columnFormats="colformat@columnData"
              data:alternateText="FUNC_INVENTORY_TABLE_ALTERNATE@ResourceBundle">

              <tableFormat tableBanding="rowBanding"/>

              <contents>
                <styledText data:text="name"/>

                <styledText data:text="instanceValue"
                            data:destination="instance_destination" />

                <styledText data:text="value"
                            data:destination="destination"/>

                <styledText data:text="interimpatches"
                           data:destination="interimPatchesDest"/>

               </contents>

              <columnHeaderStamp>
                <sortableHeader data:text="text" data:sortable="sortable"/>
              </columnHeaderStamp>

            </table>
        </contents>
      </dataScope>

    <!-- Enterprise Inventory of Oracle Software -->
  </contents>

  <provider>
    <data name="columnData">
      <inline>
        <colformat/>
        <colformat columnDataFormat="numberFormat" width="10%"/>
        <colformat columnDataFormat="numberFormat" width="10%"/>
        <colformat />
      </inline>
    </data>

    <data name="ResourceBundle">
      <bundle class = "oracle.sysman.eml.ecm.util.EcmResourceBundle"/>
    </data>

    <data name="InventoryTable">
      <method class="oracle.sysman.eml.ecm.track.DBOHomeData"
              method="createInventoryTable"/>
    </data>
  </provider>
</dataScope>
