<dataScope xmlns="http://xmlns.oracle.com/uix/ui"
           xmlns:uix="http://xmlns.oracle.com/uix/ui">
    <contents>
        
        <table name="URLCacheTable"
               id="URLCacheTable"
               width="80%"
               uix:tableData="tableData@cacheData">
            <tableSelection>
                <singleSelection selectedIndex="0">
                    <contents>
                        <submitButton uix:text="SEARCH_INSPECT@ResourceBundle"
                                      name="event"
                                      value="tableInspect" />
                        <submitButton uix:text="SEARCH_DELETE@ResourceBundle"
                                      name="event"
                                      value="tableDelete" />
                    </contents>
                </singleSelection>
            </tableSelection>
            <columnHeaderData>
                <col uix:text="SEARCH_TBL_URL@ResourceBundle"/>
                <col uix:text="SEARCH_TBL_DATE@ResourceBundle"/>
                <col uix:text="SEARCH_TBL_TYPE@ResourceBundle"/>
                <col uix:text="SEARCH_TBL_SIZE@ResourceBundle"/>
            </columnHeaderData>
            <columnHeaderStamp>
                <text uix:text="text"/>
            </columnHeaderStamp>
            <contents>
                <text uix:text="url"/>
                <text uix:text="date"/>
                <text uix:text="type"/>
                <text uix:text="size"/>
            </contents>
        </table>

    </contents>
</dataScope>