<!--
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Muriel Jourdan (Muriel.Jourdan@ERCIMlpes.fr)
           Version: Oct 10th, 2000, v1
            Module: SMIL Timing & Sync Module
           Feature: Par time container without attribute 
         File Name: Par_time_container_case2.smil
  Media Components: 2 JPG, 1MPG (5.6s)
 Expected Behavior: the first picture is shown for 5s, 
                      the second one is shown for 8s, then the video is played
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <body>
   <seq>
     <par>
      <img src="../images/frown.jpg" id="image1" dur="5s" />
      <img src="../images/smile.jpg" dur ="8s" id="image2" />
     </par>
    <video src="../videos/nist.mpg" /> 
   </seq>
  </body>
</smil>