<!--                                                                     -->
<!-- Sample XML for a video topic candidate - see candidateTopic.dtd     -->
<!-- for more information on the meaning of each element                 -->
<!--                                                                     -->
<!-- The video/audio/image example elements can occur multiple times,    -->
<!-- as can the knownItem element.                                       -->
<!--                                                                     -->
<!-- filename -   will in most cases be the name of a file within the    -->
<!--             NIST, OpenVideo, or BBC stockshot collection without    -->
<!--             reference to its location                               -->
<!--                                                                     -->
<!-- clockvalue - will be an integer or a real number followed by one of -->
<!--             the following: "h" for hours, "min" for minutes,"s" for -->
<!--             seconds or "ms" for milliseconds, indicating the offset --> 
<!--             from the start of the clip's timeline. This convention  -->
<!--             is adopted from SMIL, RealMedia, etc.                   -->
<!--                                                                     -->
<!DOCTYPE videoTopicCandidate SYSTEM "candidateTopic.dtd">

<!-- This is a general search topic that will need a human in the loop -->

<videoTopicCandidate interactive="Y-I" automatic="N-A" knownItems="N-K">

<originator name="string"/>

<textDescription text="string"/>

<videoExample src="filename" start="clockvalue" stop="clockvalue"/>
   
<imageExample src="filename"/>

<audioExample src="filename" start="clockvalue" stop="clockvalue"/>

<knownItem src="filename" start="clockvalue" stop="clockvalue"/>

</videoTopicCandidate>
