<!--
            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. 17, 2000, v1
         File Name: restart_time_container3.smil
            Module: SMIL Timing & Sync Module
           Feature: restart on a time container.smil 
  Media Components: 1 MPG (Intr Dur 5.6s) , 1 JPG 
 Expected Behavior: at t=0s the video and the smile picture start, 
                    at t=4 the video is restarted and 
                    at t=5s the frown image is shown for 5s.
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <body>
    <par>
      <img id="img1" src="../images/smile.jpg"  dur="5s"/>
      <par begin="0s;4s" restart="always" >
         <img id="img2" src="../images/frown.jpg" begin="img1.begin+5s" dur="5s"/>
         <video id="vid1" src="../videos/nist.rm" />
      </par>
    </par>
  </body>
</smil>