<!--
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Kenichi Kubota(kuboken@Research.Panasonic.COM)
           Version: Mar 02, 2000, v2
            Module: SMIL Structure Module
           Feature: body = seq with repeatCount
         File Name: body_eq_seq_3.smil
  Media Components: 1 video
 Expected Behavior: 5s video played twice
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
   <body repeatCount="2">
     <video src="../videos/nist.mpg" dur="5s"/>
   </body>
</smil>