<!--
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Muriel Jourdan, Muriel.Jourdan@inrialpes.fr
           Version: Oct. 17, 2000, v1
         File Name: restart_time_container4.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 smile picture starts, 
                    at t=3 the video starts and 
                    at t=5s the video is restarted 
                      but near its middle point and only for 3.6 seconds.
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <body>
    <par>
      <img id="img1" src="../images/smile.jpg"  dur="5s"/>
      <par begin="0s;5s" restart="always">
         <video id="vid1" src="../videos/nist.mpg" begin="img1.begin+3s" />
      </par>
    </par>
  </body>
</smil>