<?xml version="1.0" encoding='ISO-8859-1'?>
<!-- Document type definition for a DUC 2007 main task submission -->

<!-- For each DUC submission, identify the system id (SYSID). This
short string (at most 10 characters, no white space) should be
distinctive for your system in DUC 2007.  If you are submitting to
multiple tasks, you should use the same SYSID for each task.  
Be sure to include TASK="MAIN". -->


<!-- A DUC task submission is the formatted output of one run of a
summarization system for all the document sets for the task.  The main
task produces a short 250-word multi-document summary for each of 45
document sets.

For each multi-document summary, identify the associated document set
(DOCSET) using the name of the directory containing the documents;
e.g., "D0701A" .  -->

<!ELEMENT  DUC2007MAINTASKSUBMISSION  (MULTI+)>
<!ATTLIST  DUC2007MAINTASKSUBMISSION     
                  SYSID      CDATA              #REQUIRED
                  TASK       (MAIN)             #REQUIRED
>



<!--  Multi-document summary -->
<!ELEMENT  MULTI             (#PCDATA)       > 
<!ATTLIST  MULTI
                  DOCSET     (D0701A|D0702A|D0703A|D0704A|D0705A|D0706B|D0707B|D0708B|D0709B|D0710C|D0711C|D0712C|D0713C|D0714D|D0715D|D0716D|D0717D|D0718D|D0719E|D0720E|D0721E|D0722E|D0723F|D0724F|D0725F|D0726F|D0727G|D0728G|D0729G|D0730G|D0731G|D0732H|D0733H|D0734H|D0735H|D0736H|D0737I|D0738I|D0739I|D0740I|D0741I|D0742J|D0743J|D0744J|D0745J)              #REQUIRED
> 


