<s> (or <sentence>)

Represents a sentence structure in text.

Note: The <sentence> element is deprecated. However, NVP supports it for the sake of backwards compatibility, treating it as an <s> element.

Attributes

This section describes the attributes you can set for the <s> element.

Name

Data type

Default

ssft-domaintype

CDATA

optional

xml:lang

NMTOKENS

optional

ssft-domaintype

This Nuance extension activates implicit matching for an ActivePrompt domain starting at a specific location in the text. The value is the ActivePrompt domain name.

xml:lang

The xml:lang attribute specifies the language and locale of the document using an identifier. If the xml:lang attribute is not specified, the default Java Virtual Machine locale is used. The value of the xml:lang attribute is defined as:

lang_value = language [DELIMITER country]
DELIMITER = "-"
language = &ltISO-639 language code>
country = <ISO-3166 country code>

For example, some valid specifications of the xml:lang attribute are:

fr French
en-US American English

See Localizing your deployment for information on constructing locales.

Children

Parents

Sample code

<p>
  <s>Nuance offers a complete suite of software products
    that turn speech technology into powerful business solutions.
  </s>
  <s>These leading products include server software,
    application-enablers for target industries, developer tools,
    and voice browser solutions.
  </s>
</p>