<?xml version="1.1"?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Language//EN" 
"http://www.w3.org/2008/SMIL30/SMIL30.dtd">
<!--
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-test1.smil
Media Components: 1 image
Description: The file has the SMIL 3.0 DOCTYPE declaration and an unrecognized namespace attribute value on the smil element.
Expected Behavior: This should result in the user agent issuing an error.
-->

<smil xmlns="http://www.example.org/smil/foo" version="3.0" baseProfile="Language">
  <head>
	<meta name="title" content="SMIL 3.0 DOCTYPE and SMIL 3.0 namespace, Test 1"/>
	<layout>
     	  <root-layout xml:id="Player-Window" width="420" height="400" />
	    <region xml:id="main" top="0"/>
	</layout>
  </head>
 
   <body dur="5s">
      <img src="../images/image1.jpg" region="main"/>
   </body>
</smil>
