<!DOCTYPE storySegmentationSubmission SYSTEM "storySegmentationSubmission.dtd">

<!-- Note these are PARTIAL examples. Attribute values are made-up -->
  
<storySegmentationSubmission>

<!-- These are story segmentation runs only - no classification -->

<storySegmentationRunResult sysId="SiriusCyA" typed="no" priority="1" condition="1">
 <fileResult src="19980101_ABC.mpg">
  <story bTime="00.00"/>
  <story bTime="28.66"/>
  <story bTime="135.57"/>
 </fileResult>
 <fileResult src="19980102_ABC.mpg">
  <story bTime="00.00"/>
  <story bTime="28.46"/>
  <story bTime="135.23"/>
 </fileResult>
 <!-- Rest of file results for this run go here -->
</storySegmentationRunResult>

<storySegmentationRunResult sysId="SiriusCyB" typed="no"  priority="1" condition="2" >
 <fileResult src="19980101_ABC.mpg">
  <story bTime="00.00"/>
  <story bTime="28.22"/>
  <story bTime="135.13"/>
 </fileResult>
 <!-- Rest of file results for this run go here -->
 <fileResult src="19980102_ABC.mpg">
  <story bTime="00.00"/>
  <story bTime="28.31"/>
  <story bTime="135.43"/>
 </fileResult>
</storySegmentationRunResult>

<!-- Up to 8 more run results allowed -->

</storySegmentationSubmission>
