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

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

    <conf:instruction>
        The w element is an alias for the token element. In order for the test to pass, the reference and the test should have the same word segmentation and 
	pronunciation result. 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>
            <!-- The mayor of Nanjin city, Jiang Daqiao -->
            南京市长<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 Nanjing Changjiang River Bridge -->
            南京市<token>长江大桥</token>
            <!-- The mayor of Nanjin city, Jiang Daqiao -->
            南京市长<token>江大桥</token>
        </speak>
    </conf:test_markup>
    
</conf:test>
