<!-- 
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Rob Lanphier
           Version: $Id: accessability.smil.html,v 1.4 2002/03/11 11:06:52 root Exp $
            Module: Media Object
           Feature: MediaAccessibility module
         File Name: 
  Media Components: (e.g. 1 JPG, 2 WAV)
 Expected Behavior: NEEDS WORK.  This is copied out of the spec, but doesn't yet have
           associated media.
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
    <head>
       <layout type="text/smil-basic-layout"> 
         <region id="videoregion" top="0px" left="0px" height="240px" width="300px"/>
	 <region id="imgregion" top="240px" left="0px" height="60px" width="468px"/>
	 <region id="animregion" top="0px" left="300px" height="240px" width="168px"/>
       </layout>
    </head>
    <body>
        <par> 
	    <video id="carvideo" src="car.rm" region="videoregion" title="Car video"
	        alt="Illustration of relativistic time dilation and length contraction." 
		longdesc="carvideodesc.html" readIndex="3"/> 
            <audio id="caraudio" src="caraudio.rm"
	        title="Car presentation voiceover" begin="bar.begin"/> 
            <animation id="cardiagram" src="car.svg" region="animregion" 
                title="Diagram of the car" readIndex="2"/> 
            <img id="scvad" src="scv.png" region="imgregion" 
		title="Advertisement for Sugar Coated Vegetables"
		readIndex="1"/> 
	</par> 
    </body>
</smil>