<?xml version="1.0" encoding='ISO-8859-1'?>
<!-- DTD for a results of a single TREC video feature extraction (semantic indexing) run -->


<!-- A video feature extraction run result contains the results for a 
single system (variant) run for some set of features
-->
<!ELEMENT videoFeatureExtractionRunResult (videoFeatureExtractionFeatureResult+)>

<!-- trtype - system training type (see Guidelines)

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

     class - indication that the run is a main (M) single-concept
submission

     targetData - test data identifier: 2C for IACC.2.C

     priority - evaluation priority If not all runs can be judged,
then judging will begin with the run with priorty 1 and so
on. Priority applies across all runs, regardless of class. Use each
priority ONLY ONCE ACROSS ALL RUNS YOU SUBMIT.

     desc - verbal description of the characteristics of this
  run, how it differs in approach, resources, etc from others runs.
-->
<!ATTLIST videoFeatureExtractionRunResult trType  (A|B|C|D|E|F)  #REQUIRED
                                            pid    CDATA  #REQUIRED 
                                          class   (M)  #REQUIRED
                                     targetData   (2C) #REQUIRED
                                       priority   (1|2|3|4|5|6|7|8)  #REQUIRED
                                           desc   CDATA  #REQUIRED>


<!-- A video feature extraction feature result contains the results 
for a single feature.
-->
<!ELEMENT videoFeatureExtractionFeatureResult (item+)>

<!-- fNum - number of the feature extracted to produce this result.
            You must use the 1- to 3-digit ID from the table in the
            Guidelines.  Use of leading zeros is optional.
   -->

<!ATTLIST videoFeatureExtractionFeatureResult  fNum    CDATA  #REQUIRED>



<!-- A result item identifies the standard shot for which the feature
is believed to be true
-->
<!ELEMENT item     EMPTY >

<!-- seqNum - a sequence number 1,2,3,... The lower the sequence number 
the greater the likelihood the feature is true for the shot. Sequence 
numbers start with 1.

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

<!ATTLIST item seqNum CDATA #REQUIRED 
               shotId CDATA #REQUIRED>


