<?xml version="1.0" encoding='ISO-8859-1'?>
<!-- DTD for a results of a single TREC video search run -->


<!-- A video search run result contains the search results for
a single system (variant) run against all the topics
-->
<!ELEMENT videoSearchRunResult (videoSearchTopicResult+)>

<!-- ptype - processing type (manual or interactive) used
             F for "fully automatic" added 21 Sep 04 as pilot

    trtype - system training type (See Guidelines)

     sysId - associated ID of the system (variant) that produced this
result. This should incorporate an abbreviated form of the research 
group's name to make it unique across groups. 10 characters or less
would be appreciated.

  priority - evaluation priority (1,2,...10,S) If
not all runs can be judged, then judging will begin with the run
with priorty 1 and so on. "S" indicates this run is a supplemental
run - it contains search results to be evaluated but that will not
be added to the pool for assessment.

           - All fully automatic runs will be considered supplemental
in 2004. Therefore priorities other than S may be used.

 condition - whether the run is (1) the required run based only on text from
the ASR output or closed captions-based transcripts provided with the
the videos and on the text of the topics OR ELSE (2) an optional run as
defined by the participant

      desc - verbal description of the characteristics of this
run, how it differs in approach, resources, etc from others runs.


-->
<!ATTLIST videoSearchRunResult pType   (M|I|F)   #REQUIRED 
                              trType   (A|B|C) #REQUIRED
                               sysId   CDATA   #REQUIRED 
                            priority   (1|2|3|4|5|6|7|8|9|10|S)  #REQUIRED
                            condition  (1|2)   #REQUIRED
                                desc   CDATA   #REQUIRED>


<!-- A video search topic result contains the search results for
a single topic.
-->
<!ELEMENT videoSearchTopicResult (item*)>

<!-- tNum - number of the topic searched to produce this result

     elapsedTime - for interactive searches, the elapsed time in 
minutes from the time the searcher saw the topic until the searching on 
that topic ended. 
                 - for manual searches, the elapsed time in minutes
from the time the searcher saw the topic until the query is
passed to the system for execution.

                 - for automatic runs would be the time in minutes from 
the time the system is presented with the topic until the searching on
that topic ended 

     searcherId - unique identifier for the person who did the
search, whether in a manual for interactive run.

                - for automatic runs should be set to some constant 
dummy value.
-->

<!ATTLIST videoSearchTopicResult   tNum   CDATA  #REQUIRED
                            elapsedTime   CDATA  #REQUIRED
                            searcherId    CDATA  #REQUIRED>



<!-- A result item identifies a video clip retrieved as relevant
to the topic for this video search result.
-->
<!ELEMENT item     EMPTY >

<!-- seqNum - a sequence number 1,2,3,... The lower the sequence number 
the greater the likelihood the clip meets the need expressed by the 
topic. Sequence numbers start with 1.

     shotId - the id of the shot from the standard shot reference.
This id is unique across files.

     elapsedTime - the elapsed time in 
minutes from the time the searcher saw the topic until this item
was judged as relevant

--> 
<!ATTLIST item seqNum      CDATA #REQUIRED
               shotId      CDATA #REQUIRED
          elapsedTime      CDATA #IMPLIED>
               

