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


<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
   
    <conf:instruction>
    
    	It is an error if the value given for either startmark 
    	or endmark is not a valid mark in the document.
    	In this test, an error must be reported since "mark3" is not a valid mark in the document. 
    </conf:instruction>
    
      
    <conf:test_markup>
	<speak startmark="mark3" 
	     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>
