<?xml version="1.0" encoding="UTF-8"?>
<!-- @ Copyright 2004 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->
<!--
	Test Assertion: 268
	@author Zhiwei Shuang
	@version 1.1, 28/06/2008
-->
<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
	<!-- 
	This a manual TA that must be customized by hand
	replace "wantedVoice" by a different voice than the default 'en-US' voice
	-->
	<conf:instruction>
	        Relative changes in prosodic parameters should be carried across voice changes.
	        The test contains the prosody element with a specified pitch attribute, so the test
	        sentence should be pronounced with a baseline pitch higher than the reference
	        sentence.
	        Manual = 'PLAT_DEP'
    </conf:instruction>
	<conf:reference_markup>
		<speak version="1.1" xml:lang="en-US" xmlns="http://www.w3.org/2001/10/synthesis">
			<voice name="wantedVoice">
                   		 The cat jumped over the moon.
                </voice>
		</speak>
	</conf:reference_markup>
	<conf:test_markup>
		<speak version="1.1" xml:lang="en-US" xmlns="http://www.w3.org/2001/10/synthesis">
			<prosody pitch="+100%">
				<voice name="wantedVoice">
                   			 The cat jumped over the moon.
                		</voice>
			</prosody>
		</speak>
	</conf:test_markup>
</conf:test>
