Defines a word or phrases that can be spoken by the caller in an XML grammar.
<token
xml:lang = "CDATA"
/>
Attribute |
Data Type |
Required? |
Default |
Description |
xml:lang |
CDATA |
no |
NA |
Specifies the language used in the grammar token, conforming to RFC 1766. |
None.
<?xml version= "1.0"?>
<grammar xmlns="http://www.w3.org/2001/06/grammar"
xml:lang="en-GB" root="ruleid">
<token>american express</token>
<token>master card</token>
<token>visa</token>
</grammar>