<?xml version="1.0" encoding="UTF-8" ?>
<!-- @ Copyright 2007 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->

<!--
	Test Assertion: 183
	@author Zhiwei Shuang
	@version 1.1, 10/08/2007
-->


<!--  Assertion 183: - The phoneme element may be empty -->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
   
    <conf:instruction>
        These two utterances should sound identical.
        The phoneme element may be empty.However, it is RECOMMENDED that the element contain 
        human-readable text that can be used for non-spoken rendering of the document.
        Manual='PLAT_DEP'
    </conf:instruction>
    
    <conf:reference_markup>
        <speak version="1.1"
            xmlns="http://www.w3.org/2001/10/synthesis"
            xml:lang="en-US">
 	    I would like a   <phoneme alphabet="ipa" ph="t&#x252;m&#x251;to&#x28A;"> tomato </phoneme>
        </speak>
    </conf:reference_markup>
    
    <conf:test_markup>
        <speak version="1.1"
            xmlns="http://www.w3.org/2001/10/synthesis"
            xml:lang="en-US">
 	    I would like a   <phoneme alphabet="ipa" ph="t&#x252;m&#x251;to&#x28A;"> </phoneme>
        </speak>
    </conf:test_markup>
</conf:test>
