<?xml version="1.0" encoding="UTF-8" ?>
<!-- @ Copyright 2004 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->

<!--
	Test Assertion: 161
	@author paolo baggia
	@version 1.2, 07/07/2007
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance"> 
    <conf:instruction>
     Test that the default rate for a voice should be such that it is experienced
     as a normal speaking rate for the voice when reading aloud text.
     </conf:instruction>

    <conf:test_markup>
        <speak xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US" version="1.1">
            <prosody rate="default">Speech Synthesis Markup Language is part of a
		 larger set of markup specifications
		 for voice browsers developed through the open processes of the World
		 Wide Web Consortium. It is designed to provide a rich, XML-based markup
		 language for assisting the generation of synthetic speech in Web and
		 other applications. The essential role of the markup language is to
		 give authors of synthesizable content a standard way to control aspects
		 of speech output such as pronunciation, volume, pitch, rate, etc. across
		 different synthesis-capable platforms.
	    </prosody> 
        </speak>
    </conf:test_markup>
</conf:test>
