<desc>
Provides a text description for the sound in a non-speech audio file.
In NVP, the <desc> element is ignored.
Attributes
This section describes the attributes you can set for the <desc> element.
Name |
Data type |
Default |
---|---|---|
xml:lang |
NMTOKENS |
optional |
xml:lang
The xml:lang attribute specifies the language and locale of the document using an identifier compliant with RFC 1766. 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 = <ISO-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
It is possible to specify any RFC-1766 language code in the xml:lang attribute.
See to Localizing your deployment for information on constructing locales.
Children
-
Parsed character data
Parents
Sample Code
<audio src="welcome.wav">Welcome to our application.
<desc>Welcome message</desc>
</audio>