s element

s element

Identifies the enclosed text as a complete sentence. Currently the s element has no effect on the synthesized speech output.

Syntax

<s
xml:lang = "string"
/>

Attributes

xml:lang

The language and locale type for this document as defined in RFC 3066. The default value is en-US.

Parents

audio, enumerate, foreach, p element, prompt, prosody, voice

Children

audio, break, emphasis, enumerate, mark, phoneme, prosody, say-as, sub, value, voice

Remarks

The sentence element is equivalent to the s element.

Examples

<vxml version="2.0" 
  xmlns="http://www.w3.org/2001/vxml"
>
  <form>
    <block>
      <prompt>
        <s>This is sentence one.</s>
        <s>This is sentence two.</s>
      </prompt>
    </block>
  </form>
</vxml>

See Also

p element, paragraph