sentence

sentence element

Identifies the enclosed text as a complete sentence.

Syntax

<sentence
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

None.

Children

None.

Remarks

The s element element is equivalent to the sentence element.

Examples

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

See Also

p element, paragraph