<?xml version="1.0" encoding="UTF-8" ?>
<!-- @ Copyright 2003 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->

<!--
	Test Assertion: 11
	@author laura ricotti
	@version 1.2, 06/07/2007
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
	<conf:instruction>
	        In this test case we check the correct use of metadata element: .
	        It is a container in which information about the document can be 
	        placed using a metadata schema. 
	        Manual='PLAT_DEP'
    	</conf:instruction>
	<conf:test_markup>
		<speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
			<metadata>
				<myNs:myMetadata xmlns:myNs="http://www.example.com/myNs">
					<!-- Metadata about the synthesis document -->
				</myNs:myMetadata>
			</metadata>
			<p>
				HI FOLKS.
			</p>
		</speak>
	</conf:test_markup>
</conf:test>
