<?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: 394
	@author Paul Bagshaw
	@version 1.0, 09/07/2009
-->


<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
   
    <conf:instruction>
       The test markup should be parsed correctly in order to pass this test.
       The language specific content and alphabet value may be manually changed, but the type attribute value MUST NOT be changed.
       Manual ='LANG_DEP'
    </conf:instruction>
    
    <conf:test_markup>
        <speak version="1.1"
            xmlns="http://www.w3.org/2001/10/synthesis"
            xmlns:xhtml="http://www.w3.org/1999/xhtml"
            xml:lang="ja">
 	    <phoneme alphabet="x-JEITA-IT-4002" ph="しんかんせん" type="ruby"><xhtml:ruby><xhtml:rb>新幹線</xhtml:rb><xhtml:rt>shinkansen</xhtml:rt></xhtml:ruby></phoneme>.
        </speak>
    </conf:test_markup>
</conf:test>
