<?xml version="1.0" encoding='ISO-8859-1'?>
<!-- DTD for a results of a single TRECVID known-item or instance 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 (I interactive or F for "fully automatic") 

     pid - short participant ID - taken from the tv*.who.what table in the
           active participant's area of the TRECVID website

  priority - evaluation priority (1,2,...) If not all runs can be
             judged, then judging will begin with the run with priorty
             1 and so on.

 exampleSet - the set of examples used in this run for all topics,
             with attribute values defined as follows:
             A - one or more provided images - no video used
             E - video examples (+ optionally image examples)

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


-->
<!ATTLIST videoSearchRunResult pType   (I|F)   #REQUIRED 
                                 pid   CDATA     #REQUIRED 
                            priority   (1|2|3|4|5|6|7|8) #REQUIRED
                           exampleSet  (A|E) #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
                   seconds from the time the searcher saw the topic
                   until the searching on that topic ended.

                 - for automatic searches, would be the time in seconds
                   from the time the system is presented with the
                   topic until the searching on that topic ended

      searcherId - for interactive runs, a unique identifier
                   for the person who did the search

                 - 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.
              For INS: up to 1000 items may be returned per topic.

     shotId - the shotId should be the one from the mp7 file in the
              master shot reference, with the form:
              shotFILENUMBER_SHOTNUMBER Do not use the ID associated
              with the video (TRECVID2013_FILENUMBER) or the one
              associated with a keyframe (shotFILENUMBER_SHOTNUMBER_RKF).

elapsedTime - the elapsed time in seconds from the time the searcher
              saw the topic until this item was added to the result

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

