<!--
            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 17th, 2000, v1
            Module: SMIL Timing & Sync Module
           Feature: dur=clock value on a continuous object 
         File Name: dur_clock_continuous_1.smil
  Media Components: 1MPG (5.4s)
 Expected Behavior: at t=0s the video starts and is interrupted at t=4s.
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
   <body>
      <par>
         <video src="../videos/nist.rm" dur="4s"/>
      </par>
   </body>
</smil>