<!--    iCLEF2005 image retrieval dtd version 1, 20th May 2005 -->

<!ELEMENT iclef-results (search+)>
<!ATTLIST iclef-results site CDATA #REQUIRED>
<!-- site is an identifier for the site, unique across sites -->


<!ELEMENT search EMPTY>
<!ATTLIST search searcher CDATA #REQUIRED topic (1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16) #REQUIRED system CDATA #REQUIRED docid CDATA #REQUIRED time CDATA #IMPLIED queries CDATA #IMPLIED images CDATA #IMPLIED>

<!-- * searcher is a number that uniquely identifies the searcher
     * topic  is the topic number (1-16)
     * system is a unique identifier for the system being tested 
     * docid is the id of the target document found by the user
     * time (optional) is the number of seconds used in the search (up
       to 300, which is the time limit)  
     * queries (optional) is the number of queries used during the search (includes exapnded queries)
     * images is the number of images displayed to the user during the search.
     * -->

