<?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: 379
	@author Zhiwei Shuang
	@version 1.1, 05/05/2009
-->


<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
   
    <conf:instruction>
    
    	The startmark can be used to specify that rendering begins from a specific mark. 
    	If the startmark is specified, then rendering starts at the startmark. 
    	If startmark is not specified, rendering begins at the beginning of the document. 
    	In the reference case, you will hear a piece of music.
 	In the test case, listener should hear the music without the first part of the music. 
      
    </conf:instruction>
    
   <conf:reference_markup>
	 <speak version="1.1"
	         xmlns="http://www.w3.org/2001/10/synthesis"
	         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	         xsi:schemaLocation="http://www.w3.org/2001/10/synthesis
	                   http://www.w3.org/TR/speech-synthesis11/synthesis.xsd"
	         xml:lang="en-US">
	   <audio src="first.wav"/>
	   <mark name="mark1"/>
	   <audio src="middle.wav"/>
	   <mark name="mark2"/>
	   <audio src="last.wav"/>
	</speak>
    </conf:reference_markup>
    
    <conf:test_markup>
	<speak startmark="mark1" version="1.1"
	         xmlns="http://www.w3.org/2001/10/synthesis"
	         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	         xsi:schemaLocation="http://www.w3.org/2001/10/synthesis
	                   http://www.w3.org/TR/speech-synthesis11/synthesis.xsd"
	         xml:lang="en-US">
	   <audio src="first.wav"/>
	   <mark name="mark1"/>
	   <audio src="middle.wav"/>
	   <mark name="mark2"/>
	   <audio src="last.wav"/>
	</speak>

    </conf:test_markup>
    
</conf:test>
