<?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: 288
	@author Zhiwei Shuang
	@version 1.1, 28/06/2008
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance" >
    <conf:instruction>
    	An onvoicefailure must be reported since no voice can match the required languages. 
       	Meanwhile, since the value for onvoicefailure attribute is "priorityselect",
       	the synthesis processor must use the values of all voice feature attributes to select a voice by feature priority. 
       	As the test is written below, if there is one or more female voices, one of them must be used. If not, any voice may be used.        	
       	</conf:instruction>

    
   <conf:test_markup>
        <speak version="1.1" xml:lang="en-US" xmlns="http://www.w3.org/2001/10/synthesis" >
            <voice languages="tlh" gender="female" ordering="gender" required="languages" onvoicefailure="priorityselect">If my processor has at least one female voice, I pass if I am female.If my processor has no female voice, I pass. </voice>
        
        </speak>
    </conf:test_markup>
    
</conf:test>
