<?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-test4.smil
Media Components: 1 image
Description: the syntax of the "version" and "baseProfile" attributes values are correct on the par element.
attributes values are correct.
Expected Behavior: User agent should play the file, because the syntax of the "version" and "baseProfile" 
attributes values are correct. The image is displayed for 5 seconds 
	
-->
<smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language">
  <head>
	<meta name="title" content="SMIL 3.0 Structure, Test 4"/>
	<layout>
     	  <root-layout xml:id="Player-Window" width="420" height="400" />
	    <region xml:id="main" top="0"/>
	</layout>
  </head>
 
   <body dur="5s">
   <seq version="3.0" baseProfile="Language">
      <img src="../images/image1.jpg" region="main"/>
   </seq>
   </body>
</smil>

