<?xml version="1.1"?>

<!--
Copyright: Copyright 1998-2008  W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/2008/04-testsuite-license.
Author: Thierry MICHEL (W3C)
Version: October 22, 2007
Module: SMIL 3.0 Language Profile
Feature: DOCTYPE and SMIL 3.0 namespace validation
File Name: smil30-namespace-doctype-test3.smil
Media Components: 1 image
Description: The file has no namespace or DOCTYPE declaration. 
Expected Behavior:  the user agent should attempt to play this 
                    as a SMIL 1.0 document.
                    - Strict SMIL 1.0 implementations will issue an error on 
                    the unknown attribute value. 
                    - Permissive SMIL 1.0 implementations may ignore the unknown attribute value,
                    resulting in the end attribute being ignored, and the image 
                    and the document having 0 duration, instead of the 
                    unresolved duration that it would have in SMIL 3.0.
-->

<smil version="3.0" baseProfile="Language">
  <head>
	<meta name="title" content="SMIL 3.0 DOCTYPE and SMIL 3.0 namespace, Test 3"/>
	<layout>
     	  <root-layout xml:id="Player-Window" width="420" height="400" />
	    <region xml:id="main" top="0"/>
	</layout>
  </head>
 
   <body>
      <img src="../images/image1.jpg" region="main" end="activateEvent" />
   </body>
</smil>








