<?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: Jack Jansen (CWI)
Version: November 5, 2007
Module: SMIL 3.0 Metainformation
Feature: meta element in the body
File Name: metainfo-test1.smil
Media Components: 
Expected Behavior: 
	Text "This node has meta-information" shows.
-->
<smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language">
<head>
	<meta name="title" content="SMIL 3.0 metainformation, Test 1"/>
	<layout>
     	<root-layout width="420" height="400" backgroundColor="yellow"/>
   </layout>
</head>
<body>
   <seq>
    <meta name="nodetype" content="This is a sequence node" />
    <text dur="5s" src="data:,This%20node%20has%20meta-information.">
     <meta name="nodetype" content="This is a text media node" />
    </text>
   </seq>
</body>
</smil>
