<?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: 344
	@author Paolo Baggia
	@version 1.0, 12/05/2003
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
	<conf:instruction>
		metadata elements must preceed all other markup.
		In order for the test to pass, this markup must generate an error (according
		to the definition of 'error' in the SSML specification, section 1.5).
	</conf:instruction>
	<conf:test_markup>
		<speak xml:lang="en-US" version="1.1" xmlns="http://www.w3.org/2001/10/synthesis">
		    <s>
			This contains an error; the platform should behave accordingly.
		    </s>
		    <!-- Metadata example -->
		    <metadata>
			<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/TR/1999/PR-rdf-schema-19990303#" xmlns:dc="http://purl.org/metadata/dublin_core#">
			  <rdf:Description about="http://www.example.com/meta.ssml" dc:Title="Hamlet-like Soliloquy" dc:Description="Aldine's Soliloquy in the style of Hamlet" dc:Publisher="W3C" dc:Language="en" dc:Date="2002-11-29" dc:Rights="Copyright 2002 Aldine Turnbet" dc:Format="application/ssml+xml">
			    <dc:Creator>
				<rdf:Seq ID="CreatorsAlphabeticalBySurname">
				  <rdf:li>William Shakespeare</rdf:li>
				  <rdf:li>Aldine Turnbet</rdf:li>
				</rdf:Seq>
			    </dc:Creator>
			  </rdf:Description>
			</rdf:RDF>
		    </metadata>
		</speak>
	</conf:test_markup>
</conf:test>
