<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">

        <provider>      
<!--          <data name="hwColHeaderData">
            <inline>
              <column data:text="HARDWARE@hostResourceBundle"/>
              <column data:text="NO_OF_HOSTS@hostResourceBundle"/>
            </inline>
          </data>
-->
        </provider>

        <contents>
            <table name="hwTable"
                   data:tableData="hwrow@hostInfo"
                   width="100%"
                   data:columnHeaderData="column@hostInfo"
                   data:alternateText = "FUNC_INVENTORY_TABLE_ALTERNATE@ResourceBundle"
                   data:colFormats="columnFormat@colFormatData">

              <tableFormat tableBanding="rowBanding"/>

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

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

                  <rowLayout hAlign="right">
                   <contents>
                     <styledText hAlign="right" data:text="instances"
                             data:destination="instDest"/>
                    </contents>
                  </rowLayout>

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

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


  <provider>

      <data name="colFormatData">
        <inline>
          <colformat/>
          <colformat/>
          <colformat/>
        </inline>
      </data>

    <data name="hostInfo">
      <method class="oracle.sysman.eml.ecm.FunctionsData"
              method="getHWInfo"/>
    </data>

    <data name="hostResourceBundle">
        <bundle class="oracle.sysman.resources.HostResourceBundle"/>
    </data>

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