<!--
            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: 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/2005/SMIL21/Language">
  <body>
    <seq>
      <img src="../images/smile.jpg"  repeatDur="5s"/>
      <img src="../images/frown.jpg"  dur="5s"/>
    </seq>
  </body>
</smil>