<?xml version="1.0" encoding="ISO-8859-1"?>

<!-- DTD for a single video instance topic

videoInstanceTopic

  num - topic number to be used in submissions

  person - The name of the person we are searching for

  location - The name of the location we are interested to find the person at

imageExample

  src - name of file containing image example of the person

  mask - name of file containing masked image example of the person

  shotID - master shot reference ID for the shot from which image example was taken
-->

<!ELEMENT videoInstanceTopic (imageExample+)> 
<!ATTLIST videoInstanceTopic  num      CDATA #REQUIRED
                              person   CDATA #REQUIRED
                              location CDATA #REQUIRED>

<!ELEMENT imageExample        EMPTY>
<!ATTLIST imageExample        src      CDATA #REQUIRED 
                              mask     CDATA #REQUIRED
                              shotID   CDATA #REQUIRED>






