<!DOCTYPE videoInstanceTopics SYSTEM "videoInstanceTopics.dtd"> 

<!--
videoInstanceTopic:

 text - begins with "this or these" for instances of just the example
       target; begins with "a" for instances of the example target or
       any instance made to look the same as the example (e.g. logos)

 num - topic number to be used in submissions

 type - kind of target: (PERSON|CHARACTER|OBJECT|LOCATION)

imageExample

 src - name of file containing image example 

 mask - name of file containing masked image example

 shot - name of shot file from which image example was taken

 srcTime - time offset of image example within shot: h.mm.ss.th
-->

<videoInstanceTopics>


<videoInstanceTopic 
    text="a Sirious Cybernetics logo"
    num="9099"
    type="OBJECT">

<imageExample src="9099.1.src.bmp"
              mask="9099.1.mask.bmp"
              shot="9099.1.webm"
	      srcTime="0.01.03.01"
 />
<imageExample src="9099.2.src.bmp"
              mask="9099.2.mask.bmp"
              shot="9099.2.webm"
	      srcTime="0.00.07.13"
 />
<imageExample src="9099.3.src.bmp"
              mask="9099.3.mask.bmp"
              shot="9099.3.webm"
	      srcTime="0.00.00.21"
 />
<imageExample src="9099.4.src.bmp"
              mask="9099.4.mask.bmp"
              shot="9099.4.webm"
	      srcTime="0.01.28.22"
 />
</videoInstanceTopic>


<!--  ...  -->

<videoInstanceTopic 
    text="this woman"
    num="9128"
    type="PERSON">

<imageExample src="9128.1.src.bmp"
              mask="9128.1.mask.bmp"
              shot="9128.1.webm"
	      srcTime="0.00.21.01"
 />
<imageExample src="9128.2.src.bmp"
              mask="9128.2.mask.bmp"
              shot="9128.2.webm"
	      srcTime="0.00.00.22"
 />
<imageExample src="9128.3.src.bmp"
              mask="9128.3.mask.bmp"
              shot="9128.3.webm"
	      srcTime="0.00.00.17"
 />
<imageExample src="9128.4.src.bmp"
              mask="9128.4.mask.bmp"
              shot="9128.4.webm"
	      srcTime="0.00.01.05"
 />
</videoInstanceTopic>



</videoInstanceTopics>
