<?xml version="1.1"?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Language//EN" 
"http://www.w3.org/2008/SMIL30/SMIL30Language.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: November 06, 2007
Chapter: SMIL 3.0 Structure
Module: Identity
Feature: version and baseProfile attribute values
File Name: structure_identity-test2.smil
Media Components: 1 image
Description: the syntax of the "version" attribute value is incorrect.
Expected Behavior: User agent should issue a syntax error, because the syntax of the "version" attribute value is incorrect.
	
-->
<smil xmlns="http://www.w3.org/ns/SMIL" version="4" baseProfile="Language">
  <head>
	<meta name="title" content="SMIL 3.0 Structure, Test 2"/>
	<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>
