<!--
            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: Nov 10th, 2000, v1
            Module: SMIL Timing & Sync Module
           Feature: endsync="all" on Excl time container
         File Name: endsync_all_Excl_case7.smil
  Media Components: 1 qt
 Expected Behavior: the video is shown during 3s, then restarted
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
   <body>
    <excl endsync="all">
      <priorityClass peers="pause">
        <video id="video1" src="../videos/nasa.qt" begin="0s;3s"  />
      </priorityClass>
    </excl>
  </body>
 </smil>