<?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: 8
	@author edouard hinard
	@version 1.1, 06/07/2007
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance" >


<!-- 
This a manual TA that must be customized by hand
Give an existing resource instead of "http://example.com/..." 
-->


    <conf:instruction>
        This is a test of the meta element.
        The seeAlso property of name attribute is used to specify a
        resource that might provide additional metadata information
        about the content.
        There must be no error and the text must be synthetised.
        Manual='PLAT_DEP'
    </conf:instruction>
    
    
    <conf:test_markup>
        <speak version="1.1" xml:lang="en-US" xmlns="http://www.w3.org/2001/10/synthesis">
            <meta name="seeAlso" content="http://example.com/my-ssml-metadata.xml"/>
            <p>The cat jumped over the moon.</p>
        </speak>
    </conf:test_markup>
    
</conf:test>
