<?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: 193
	@author Yan Jun
	@version 1.1, 07/19/2007
  -->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">

    <conf:instruction>
        In this test case we check the correct use of w element in text. In order 
        for the test to pass the reference and the test should have diferent word segmentation result 
        and diferent meaning. Manual = 'LANG_DEP'.
    </conf:instruction>
    
    <conf:reference_markup>
        <speak version="1.1" xml:lang="zh-Hans" xmlns="http://www.w3.org/2001/10/synthesis">
            <!-- The Nanjing Changjiang River Bridge -->
            南京市<w>长江大桥</w>
        </speak>
    </conf:reference_markup> 
    
    <conf:test_markup>
        <speak version="1.1" xml:lang="zh-Hans" xmlns="http://www.w3.org/2001/10/synthesis">
            <!-- The mayor of Nanjin city, Jiang Daqiao -->
            南京市长<w>江大桥</w>
        </speak>
    </conf:test_markup>
    
</conf:test>
