<!--
            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: Feb. 14 2000 v1, 25 octobre 2000 v2        
            Module: SMIL Timing & Sync Module 
           Feature: Repeatdur on discrete object.
         File Name: repeatdur_discrete_object.smil
  Media Components: 2 JPG 
 Expected Behavior: only the frown picture is shown for 5s 
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <body>
    <seq>
      <img src="../images/smile.jpg"  repeatDur="5s"/>
      <img src="../images/frown.jpg"  dur="5s"/>
    </seq>
  </body>
</smil>