<?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: 139
	@author edouard hinard
	@version 1.1, 05/12/2004
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance" >

<!-- 
This a manual TA that must be customized by hand
Configure the system so that there is no japanese voice
Or rewrite the voice element
-->

    <conf:instruction>
        This is a test of the xml:lang attribute of the voice element.
        The system should generate an error (see definition in
        Section 1.5).
        Manual = 'LANG_DEP'
    </conf:instruction>


    <conf:test_markup>
        <speak version="1.0" xml:lang="en-US" xmlns="http://www.w3.org/2001/10/synthesis">
            <voice xml:lang="jp" >The cat jumped over the moon.</voice>
        </speak>
    </conf:test_markup>
    
</conf:test>
