<?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: 392
	@author Zhiwei Shuang
	@version 1.1, 05/05/2009
-->


<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
   
    <conf:instruction>
    	maxstale:Indicates that the document is willing to use content that has exceeded its expiration time 
    	(cf. 'max-stale' in HTTP 1.1 [RFC2616]). If maxstale is assigned a value, then the document is 
    	willing to accept content that has exceeded its expiration time by no more than the specified 
    	amount of time.   
    		 
  	In this test, the tester should hear a piece of music to pass. 
    
    </conf:instruction>
  
    
    <conf:test_markup>
        <speak xmlns="http://www.w3.org/2001/10/synthesis" version="1.1" xml:lang="en-US">
	       <audio src="music.wav" maxstale="100"/>
	</speak>
    </conf:test_markup>
    
</conf:test>
