3.38. param

Element typeparam
Attributesexpr | name | type | value | valuetype
Parentsobject | subdialog
ChildrenNone.
DescriptionSpecifies name/value pairs that are passed into the parent object or subdialog.

DTD

<!ELEMENT param EMPTY >
<!ATTLIST param
  name      NMTOKEN      #REQUIRED
  expr      %expression; #IMPLIED
  value     CDATA        #IMPLIED
  valuetype (data | ref) 'data'
  type      CDATA        #IMPLIED >

Language model

Attributes

expr : expression

An ECMAScript expression for the parameter value.

name : NMTOKEN

The name associated with the parameter.

type : CDATA

Specifies a MIME type (used when valuetype is ref).

value : CDATA

The parameter value.

valuetype : (data | ref) = ref

There ...

Get Definitive VoiceXML™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.