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


<!-- A camera motion detection run result contains the results for a 
single system (variant) run for ALL 3 camera motion feature groupss
-->
<!ELEMENT videoCameraMotionDetectionRunResult (videoCameraMotionDetectionFeatureResult+)>

<!-- 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   If not all runs can be judged, then 
judging will begin with the run with priorty 1 and so on

      desc - verbal description of the characteristics of this
run, how it differs in approach, resources, etc from others runs.
-->
<!ATTLIST videoCameraMotionDetectionRunResult trType  (A|B|C)  #REQUIRED
                                          sysId   CDATA  #REQUIRED 
                                       priority   (1|2|3|4|5|6|7)  #REQUIRED
                                           desc   CDATA  #REQUIRED>


<!-- A video camera motion detection result contains the results 
for a single camera motion feature.
-->
<!ELEMENT videoCameraMotionDetectionFeatureResult (item+)>

<!-- fNum - number of the feature extracted to produce this result
Use the following feature numbers:
  1 - pan (left or right) or track
  2 - tilt (up or down) or boom
  3 - zoom (in or out) or dolly
-->

<!ATTLIST videoCameraMotionDetectionFeatureResult  fNum    CDATA  #REQUIRED>

<!-- A result item identifies the master shot for which the feature
is believed to be true
-->
<!ELEMENT item     EMPTY >
<!--
     shotId - the id of the shot from the standard shot reference.
This id is unique across files.
--> 

<!ATTLIST item  shotId CDATA #REQUIRED>

