Last reviewed: 3/23/2024 11:24:13 AM

<meta>

The meta element serves as a container for descriptive information about the document that is not synthesized.

<?xml version="1.0"?>
<speak version="1.0"
       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-synthesis/synthesis.xsd"
       xml:lang="en-US">

       <meta name="seeAlso" content="http://example.com/my-ssml-metadata.xml"/>
       <meta http-equiv="Cache-Control" content="no-cache"/>

</speak>

Attributes

content

Information related to the value in the name or http-equiv attributes.

http-equiv

Reference to desciptive information about the document. Either a name or http-equiv attribute is required.

name

Reference to desciptive information about the document. Either a name or http-equiv attribute is required.

Children

none

Parents

<speak>

Source: Speech Synthesis Markup Language (SSML) Version 1.0