task
stringlengths
12
101
input
stringlengths
5
5.87k
output
stringlengths
1
5.47k
options
sequence
pageTitle
stringlengths
0
151
outputColName
stringlengths
1
142
url
stringlengths
24
147
wdcFile
stringlengths
71
75
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Expression [Default Value] application/voicexml+xml [Valid Values] a Valid MIME Type [Description] An ECMAScript expression which returns a character string that specifies the MIME type of the document, and as a result determines which dialog manager environment must actually be used. Values defined by the specification are: application/voicexml+xml This MIME type would request a VoiceXML interpreter instance. audio/wav This MIME type would request a dialog manager that merely plays wave files. [Name]
type
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] Var List [Default Value] none [Valid Values] List of ECMAScript Variable names [Description] A list of one or more whitespace separated CCXML variable names. These variables must be submitted to the web server, with the same qualification as used in the namelist. When an ECMAscript variable is submitted to the web server, its value must be first converted into a string before being submitted. If the variable is an ECMAScript Object, the mechanism by which it is submitted is not currently defined. Instead of submitting ECMAScript Objects directly, the application developer may explicitly submit the properties of an Object. e.g. "date.month date.year". [Name]
namelist
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] Var List [Default Value] none [Valid Values] List of ECMAScript Variable names [Description] A list of one or more whitespace separated CCXML variable names. These variables are sent to the dialog environment as a list of name/value pairs. Names are sent exactly as they are specified; values are formed by converting the referenced ECMAScript variable to string form (which is undefined for objects). The dialog environment determines how passed parameters will be handled [Name]
parameters
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Left Hand Side Expression [Default Value] none [Valid Values] ECMAScript Variable [Description] An ECMAScript left hand side expression evaluating to a previously defined variable. The value of the attribute must receive a dialog identifier value for the launched dialog interpreter instance. [Name]
dialogid
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Attribute Constraints] Must not be used with conferenceid [Type] ECMAScript Expression [Default Value] none [Valid Values] Connection IDs [Description] An Optional ECMAScript expression which returns the identifier of a connection. The specified connection must be associated with the dialog being prepared. If the attribute value is invalid an error.semantic event must be thrown. [Name]
connectionid
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Attribute Constraints] Must not be used with connectionid [Type] ECMAScript Expression [Default Value] none [Valid Values] Conference IDs [Description] An Optional ECMAScript expression which returns the identifier of a conference bridge. A connection must be allocated for the dialog being prepared. If the attribute value is invalid an error.semantic event must be thrown. [Name]
conferenceid
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Expression [Default Value] both [Valid Values] both dialogtransmit dialogreceive [Description] An ECMAScript expression that defines the direction of the media flow between the Dialog and the Connection or Conference. The following values must be used: both Specifies a full duplex connection where the media flows in both directions. dialogtransmit The dialog transmits media to the Connection or Conference but does not receive any media streams. dialogreceive The dialog receives media from the Connection or Conference but does not transmit any media streams. The bridge does not take place until a subsequent dialogstart is executed, but this attribute may be provided as guidance to the dialog environment for preparation. If no value is specified, the dialog environment must make no assumptions as to the bridging type. For more information about connections and bridges, refer to Section 10 . [Name]
mediadirection
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a character string in CSS2 [CSS2] format [Description] The character string returned must be interpreted as a time interval. This indicates that the document is willing to use content whose age is no greater than the specified time in seconds (cf. 'max-age' in HTTP 1.1 [RFC2616]). The document is not willing to use stale content, unless maxstale is also provided. [Name]
maxage
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a character string in CSS2 [CSS2] format [Description] The character string returned must be interpreted as a time interval. This indicates that the document is willing to use content that has exceeded its expiration time (cf. 'max-age' in HTTP 1.1 [RFC2616]). If maxstale is assigned a value, then the document is willing to accept content that has exceeded its expiration time by no more than the specified number of seconds. [Name]
maxstale
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Attribute Constraints] Valid only when the value of the method is "post" [Type] ECMAScript Expression [Default Value] application/x-www-form-urlencoded [Valid Values] valid media encoding type [Description] An ECMAScript expression which returns a character string that indicates the media encoding type of the submitted document (when the value of the method is "post"). Values defined by the specification are: application/x-www-form-urlencoded This indicates that the ccxml variables specified in the namelist must be url encoded. [Name]
enctype
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Expression [Default Value] get [Valid Values] get post [Description] An ECMAScript expression which returns a character string that indicates the HTTP method to use. Values defined by the specification are: get This indicates that the "GET" method must be used by the dialog manager. post This indicates that the "POST" method must be used by the dialog manager. [Name]
method
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
b6d81473_all_Control__CCXML_Version_1_0__Name
[Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression that returns an ECMAScript object [Description] The ECMAScript object returned contains information which may be used by the implementing platform for implementing the dialog operation. Note: The meaning of these hints is specific to the implementing platform and dialog type. [Name]
hints
[]
Voice Browser Call Control: CCXML Version 1.0
Name
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
f56fcd87__1___Defining_Abstract_Modules__Definition
[Attribute Type] CDATA [Definition]
Character data
[]
XHTML Modularization 1.1 - Defining Abstract Modules
Definition
http://www.w3.org/TR/2006/WD-xhtml-modularization-20060705/abstraction.html
43/1438042989042.37_20150728002309-00126-ip-10-236-191-2_832856076_0.json
f56fcd87__1___Defining_Abstract_Modules__Definition
[Attribute Type] ID [Definition]
A document-unique identifier
[]
XHTML Modularization 1.1 - Defining Abstract Modules
Definition
http://www.w3.org/TR/2006/WD-xhtml-modularization-20060705/abstraction.html
43/1438042989042.37_20150728002309-00126-ip-10-236-191-2_832856076_0.json
f56fcd87__1___Defining_Abstract_Modules__Definition
[Attribute Type] IDREF [Definition]
A reference to a document-unique identifier
[]
XHTML Modularization 1.1 - Defining Abstract Modules
Definition
http://www.w3.org/TR/2006/WD-xhtml-modularization-20060705/abstraction.html
43/1438042989042.37_20150728002309-00126-ip-10-236-191-2_832856076_0.json
f56fcd87__1___Defining_Abstract_Modules__Definition
[Attribute Type] IDREFS [Definition]
A space-separated list of references to document-unique identifiers
[]
XHTML Modularization 1.1 - Defining Abstract Modules
Definition
http://www.w3.org/TR/2006/WD-xhtml-modularization-20060705/abstraction.html
43/1438042989042.37_20150728002309-00126-ip-10-236-191-2_832856076_0.json
f56fcd87__1___Defining_Abstract_Modules__Definition
[Attribute Type] NAME [Definition]
A name with the same character constraints as ID above
[]
XHTML Modularization 1.1 - Defining Abstract Modules
Definition
http://www.w3.org/TR/2006/WD-xhtml-modularization-20060705/abstraction.html
43/1438042989042.37_20150728002309-00126-ip-10-236-191-2_832856076_0.json
f56fcd87__1___Defining_Abstract_Modules__Definition
[Attribute Type] NMTOKEN [Definition]
A name composed of only name tokens as defined in XML 1.0 [XML]
[]
XHTML Modularization 1.1 - Defining Abstract Modules
Definition
http://www.w3.org/TR/2006/WD-xhtml-modularization-20060705/abstraction.html
43/1438042989042.37_20150728002309-00126-ip-10-236-191-2_832856076_0.json
f56fcd87__1___Defining_Abstract_Modules__Definition
[Attribute Type] NMTOKENS [Definition]
One or more white space separated NMTOKEN values
[]
XHTML Modularization 1.1 - Defining Abstract Modules
Definition
http://www.w3.org/TR/2006/WD-xhtml-modularization-20060705/abstraction.html
43/1438042989042.37_20150728002309-00126-ip-10-236-191-2_832856076_0.json
5cc1f08a_all_Control__CCXML_Version_1_0__Type
[Attribute Name] name [Required] true [Details] connection.merged [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
5cc1f08a_all_Control__CCXML_Version_1_0__Type
[Attribute Name] connectionid [Required] true [Details] The ID of the Connection associated with this event, on which the merge succeeded. [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
5cc1f08a_all_Control__CCXML_Version_1_0__Type
[Attribute Name] mergeid [Required] true [Details] The ID of the Connection with which the Connected referenced by this event was merged. [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
5cc1f08a_all_Control__CCXML_Version_1_0__Type
[Attribute Name] protocol [Required] false [Details] The platform protocol ID of the Connection protocol. [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
5cc1f08a_all_Control__CCXML_Version_1_0__Type
[Attribute Name] info [Required] false [Details] An object which provides additional platform or protocol dependent information. [Type]
ECMAScript Object
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
5cc1f08a_all_Control__CCXML_Version_1_0__Type
[Attribute Name] connection [Required] true [Details] An ECMAScript object reference to the Connection object identified by the connectionid property of this event. [Type]
ECMAScript Object
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
5cc1f08a_all_Control__CCXML_Version_1_0__Type
[Attribute Name] eventid [Required] true [Details] The unique identifier for the event. This must match the sendid attribute of send, if the event was generated by a CCXML document. [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
5cc1f08a_all_Control__CCXML_Version_1_0__Type
[Attribute Name] eventsource [Required] true [Details] The unique identifier of the event source. This identifies the Platform Event I/O Processor that sent this event. [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
5cc1f08a_all_Control__CCXML_Version_1_0__Type
[Attribute Name] eventsourcetype [Required] true [Details] The name of the Event I/O Processor that sent this event. The value is platform dependent as this is an event generated by the Platform Event I/O processor. [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] src [Required] true [Type] ECMAScript Expression [Default Value] none [Valid Values] a Dialog URL [Description]
An ECMAScript expression which returns a character string identifying the URI of the dialog document that the dialog interpreter must prepare.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] type [Required] false [Type] ECMAScript Expression [Default Value] application/voicexml+xml [Valid Values] a Valid MIME Type [Description]
An ECMAScript expression which returns a character string that specifies the MIME type of the document, and as a result determines which dialog manager environment must actually be used. Values defined by the specification are: application/voicexml+xml This MIME type would request a VoiceXML interpreter instance. audio/wav This MIME type would request a dialog manager that merely plays wave files.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] namelist [Required] false [Type] Var List [Default Value] none [Valid Values] List of ECMAScript Variable names [Description]
A list of one or more whitespace separated CCXML variable names. These variables must be submitted to the web server, with the same qualification as used in the namelist. When an ECMAscript variable is submitted to the web server, its value must be first converted into a string before being submitted. If the variable is an ECMAScript Object, the mechanism by which it is submitted is not currently defined. Instead of submitting ECMAScript Objects directly, the application developer may explicitly submit the properties of an Object. e.g. "date.month date.year".
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] parameters [Required] false [Type] Var List [Default Value] none [Valid Values] List of ECMAScript Variable names [Description]
A list of one or more whitespace separated CCXML variable names. These variables are sent to the dialog environment as a list of name/value pairs. Names are sent exactly as they are specified; values are formed by converting the referenced ECMAScript variable to string form (which is undefined for objects). The dialog environment determines how passed parameters will be handled
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] dialogid [Required] false [Type] ECMAScript Left Hand Side Expression [Default Value] none [Valid Values] ECMAScript Variable [Description]
An ECMAScript left hand side expression evaluating to a previously defined variable. The value of the attribute must receive a dialog identifier value for the launched dialog interpreter instance.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] connectionid [Required] false [Attribute Constraints] Must not be used with conferenceid [Type] ECMAScript Expression [Default Value] none [Valid Values] Connection IDs [Description]
An Optional ECMAScript expression which returns the identifier of a connection. The specified connection must be associated with the dialog being prepared. If the attribute value is invalid an error.semantic event must be thrown.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] conferenceid [Required] false [Attribute Constraints] Must not be used with connectionid [Type] ECMAScript Expression [Default Value] none [Valid Values] Conference IDs [Description]
An Optional ECMAScript expression which returns the identifier of a conference bridge. A connection must be allocated for the dialog being prepared. If the attribute value is invalid an error.semantic event must be thrown.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] mediadirection [Required] false [Type] ECMAScript Expression [Default Value] both [Valid Values] both dialogtransmit dialogreceive [Description]
An ECMAScript expression that defines the direction of the media flow between the Dialog and the Connection or Conference. The following values must be used: both Specifies a full duplex connection where the media flows in both directions. dialogtransmit The dialog transmits media to the Connection or Conference but does not receive any media streams. dialogreceive The dialog receives media from the Connection or Conference but does not transmit any media streams. The bridge does not take place until a subsequent dialogstart is executed, but this attribute may be provided as guidance to the dialog environment for preparation. If no value is specified, the dialog environment must make no assumptions as to the bridging type. For more information about connections and bridges, refer to Section 10 .
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] maxage [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a character string in CSS2 [CSS2] format [Description]
The character string returned must be interpreted as a time interval. This indicates that the document is willing to use content whose age is no greater than the specified time in seconds (cf. 'max-age' in HTTP 1.1 [RFC2616]). The document is not willing to use stale content, unless maxstale is also provided.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] maxstale [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a character string in CSS2 [CSS2] format [Description]
The character string returned must be interpreted as a time interval. This indicates that the document is willing to use content that has exceeded its expiration time (cf. 'max-age' in HTTP 1.1 [RFC2616]). If maxstale is assigned a value, then the document is willing to accept content that has exceeded its expiration time by no more than the specified number of seconds.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] enctype [Required] false [Attribute Constraints] Valid only when the value of the method is "post" [Type] ECMAScript Expression [Default Value] application/x-www-form-urlencoded [Valid Values] valid media encoding type [Description]
An ECMAScript expression which returns a character string that indicates the media encoding type of the submitted document (when the value of the method is "post"). Values defined by the specification are: application/x-www-form-urlencoded This indicates that the ccxml variables specified in the namelist must be url encoded.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] method [Required] false [Type] ECMAScript Expression [Default Value] get [Valid Values] get post [Description]
An ECMAScript expression which returns a character string that indicates the HTTP method to use. Values defined by the specification are: get This indicates that the "GET" method must be used by the dialog manager. post This indicates that the "POST" method must be used by the dialog manager.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
2a42f949_all_Control__CCXML_Version_1_0__Description
[Name] hints [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression that returns an ECMAScript object [Description]
The ECMAScript object returned contains information which may be used by the implementing platform for implementing the dialog operation. Note: The meaning of these hints is specific to the implementing platform and dialog type.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_20.json
10fcb7b1_all_Control__CCXML_Version_1_0__Details
[Attribute Name] name [Required] true [Type] string [Details]
connection.merged
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
10fcb7b1_all_Control__CCXML_Version_1_0__Details
[Attribute Name] connectionid [Required] true [Type] string [Details]
The ID of the Connection associated with this event, on which the merge succeeded.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
10fcb7b1_all_Control__CCXML_Version_1_0__Details
[Attribute Name] mergeid [Required] true [Type] string [Details]
The ID of the Connection with which the Connected referenced by this event was merged.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
10fcb7b1_all_Control__CCXML_Version_1_0__Details
[Attribute Name] protocol [Required] false [Type] string [Details]
The platform protocol ID of the Connection protocol.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
10fcb7b1_all_Control__CCXML_Version_1_0__Details
[Attribute Name] info [Required] false [Type] ECMAScript Object [Details]
An object which provides additional platform or protocol dependent information.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
10fcb7b1_all_Control__CCXML_Version_1_0__Details
[Attribute Name] connection [Required] true [Type] ECMAScript Object [Details]
An ECMAScript object reference to the Connection object identified by the connectionid property of this event.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
10fcb7b1_all_Control__CCXML_Version_1_0__Details
[Attribute Name] eventid [Required] true [Type] string [Details]
The unique identifier for the event. This must match the sendid attribute of send, if the event was generated by a CCXML document.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
10fcb7b1_all_Control__CCXML_Version_1_0__Details
[Attribute Name] eventsource [Required] true [Type] string [Details]
The unique identifier of the event source. This identifies the Platform Event I/O Processor that sent this event.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
10fcb7b1_all_Control__CCXML_Version_1_0__Details
[Attribute Name] eventsourcetype [Required] true [Type] string [Details]
The name of the Event I/O Processor that sent this event. The value is platform dependent as this is an event generated by the Platform Event I/O processor.
[]
Voice Browser Call Control: CCXML Version 1.0
Details
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_92.json
7a8ec034_all_Control__CCXML_Version_1_0__Description
[Name] dest [Required] true [Type] ECMAScript Expression [Default Value] none [Valid Values] A Valid URL [Description]
An ECMAScript expression which returns a string that is the target of the outbound telephone call. A platform MUST support a telephone URI, as described in [RFC2806] and MAY support other url schemes such as "sip:" or "h323:". or a SIP URI as described in [RFC3261].
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_79.json
7a8ec034_all_Control__CCXML_Version_1_0__Description
[Name] connectionid [Required] false [Type] ECMAScript Left Hand Side Expression [Default Value] none [Valid Values] ECMAScript Variable [Description]
An ECMAScript left hand side expression evaluating to a previously defined variable. The value of the attribute must receive the identifier of the Connection on which the outgoing call is attempted.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_79.json
7a8ec034_all_Control__CCXML_Version_1_0__Description
[Name] aai [Required] false [Type] ECMAScript Expression [Default Value] none [Description]
An ECMAScript expression which returns a string of application-to-application information to be passed to the destination endpoint when establishing the connection. Note: Even if an implementation platform accepts the aai data, certain protocols and network elements may prevent the transmission to the target endpoint. If the platform does not support the transmission of aai data it must raise a connection.progressing event and indicate that the use of aai is not supported.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_79.json
7a8ec034_all_Control__CCXML_Version_1_0__Description
[Name] callerid [Required] false [Type] ECMAScript Expression [Default Value] none [Description]
An ECMAScript expression which returns a string defining the caller identity to be used when making the outbound connection. The format of this information is protocol and platform specific but might consist of a telephone URI, as described in [RFC2806] or a SIP URI as described in [RFC3261]. Note: An implementation platform is not required to use the specified data and certain protocols and network elements may prevent its use. If the platform does not support the specification of callerid it must raise a connection.progressing event and indicate that the use of callerid is not supported.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_79.json
7a8ec034_all_Control__CCXML_Version_1_0__Description
[Name] hints [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression that returns an ECMAScript object [Description]
The ECMAScript object returned contains information which may be used by the implementing platform when establishing the outbound connection. This information may consist of protocol-specific parameters, protocol selection guidelines, or routing hints. Note: The meaning of these hints is specific to the implementing platform.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_79.json
7a8ec034_all_Control__CCXML_Version_1_0__Description
[Name] timeout [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] An ECMAScript expression which returns a character string in CSS2 [CSS2] format [Description]
The character string returned is interpreted as a time interval. This interval begins when createcall is executed. The createcall must fail if not completed by the end of this interval. A completion is defined as the call getting to a CONNECTED state as signaled by a connection.connected event. A failed createcall must return the connection.failed event.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_79.json
7a8ec034_all_Control__CCXML_Version_1_0__Description
[Name] joinid [Required] false [Type] ECMAScript Expression [Default Value] none [Valid Values] (valid connection, conference, or dialog ID) [Description]
An ECMAScript expression that identifies a connection, conference, or dialog ID that the new call must be joined to. This is equivalent, from the perspective of the CCXML application, to performing a immediately following the . However, platforms may use knowledge about the connection/conference/dialog to which the new call will be connected to optimize the call creation process. If the attribute value is invalid an error.semantic event must be thrown.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_79.json
7a8ec034_all_Control__CCXML_Version_1_0__Description
[Name] joindirection [Required] false [Type] ECMAScript Expression [Default Value] both [Valid Values] both calltransmit callreceive [Description]
An ECMAScript expression that defines the direction of the media flow between the newly created connection, and the existing connection/conference/dialog referenced by joinid: both Specifes a full duplex connection where the media flows in both directions. calltransmit The new connection transmits media to the referenced connection/conference/dialog but does not receive any media streams. dialogreceivecallreceive The new connection receives media from the referenced connection/conference/dialog but does not transmit any media streams.
[]
Voice Browser Call Control: CCXML Version 1.0
Description
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_79.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[1] nodeName [3] attributes [2]
nodeValue
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] Element [1] tagName [3] NamedNodeMap [2]
null
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] Attr [1] name of attribute [3] null [2]
value of attribute
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] Text [1] #text [3] null [2]
content of the text node
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] CDATASection [1] #cdata-section [3] null [2]
content of the CDATA Section
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] EntityReference [1] name of entity referenced [3] null [2]
null
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] Entity [1] entity name [3] null [2]
null
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] ProcessingInstruction [1] target [3] null [2]
entire content excluding the target
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] Comment [1] #comment [3] null [2]
content of the comment
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] Document [1] #document [3] null [2]
null
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] DocumentType [1] document type name [3] null [2]
null
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] DocumentFragment [1] #document-fragment [3] null [2]
null
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
0e9aaf15_nt_Object_Model__Core__Level_1__2
[0] Notation [1] notation name [3] null [2]
null
[ [ "n", "o", "d", "e", "V", "a", "l", "u", "e" ], [ "n", "u", "l", "l" ], [ "v", "a", "l", "u", "e", " ", "o", "f", " ", "a", "t", "t", "r", "i", "b", "u", "t", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "t", "e", "x", "t", " ", "n", "o", "d", "e" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "C", "D", "A", "T", "A", " ", "S", "e", "c", "t", "i", "o", "n" ], [ "e", "n", "t", "i", "r", "e", " ", "c", "o", "n", "t", "e", "n", "t", " ", "e", "x", "c", "l", "u", "d", "i", "n", "g", " ", "t", "h", "e", " ", "t", "a", "r", "g", "e", "t" ], [ "c", "o", "n", "t", "e", "n", "t", " ", "o", "f", " ", "t", "h", "e", " ", "c", "o", "m", "m", "e", "n", "t" ] ]
Document Object Model (Core) Level 1
2
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
43/1438042988399.65_20150728002308-00198-ip-10-236-191-2_830293960_12.json
ca0b04f0_Markup_Language__VoiceXML__3_0_Table_79__Attributes_Name
[Type] The name must conform to the variable naming conventions in (TODO). [Description] The form item variable in the dialog scope that will hold the recording. The name must be unique among form items in the form. If the name is not unique, then a badfetch error is thrown when the document is fetched. Note that how this variable is implemented may vary between platforms (although all platforms must support its behaviour in and as described in this specification). [Required] Yes [Name]
name
[ [ "n", "a", "m", "e" ], [ "e", "x", "p", "r" ], [ "c", "o", "n", "d" ], [ "m", "o", "d", "a", "l" ], [ "b", "e", "e", "p" ], [ "m", "a", "x", "t", "i", "m", "e" ], [ "f", "i", "n", "a", "l", "s", "i", "l", "e", "n", "c", "e" ], [ "d", "t", "m", "f", "t", "e", "r", "m" ], [ "t", "y", "p", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2010/WD-voicexml30-20100304/diff.html
43/1438042988399.65_20150728002308-00227-ip-10-236-191-2_806788712_117.json
ca0b04f0_Markup_Language__VoiceXML__3_0_Table_79__Attributes_Name
[Type] TBD [Description] The initial value of the form item variable. If initialized to a value, then the form item will not be visited unless the form item variable is cleared. [Required] No [Default Value] ECMAScript undefined [Name]
expr
[ [ "n", "a", "m", "e" ], [ "e", "x", "p", "r" ], [ "c", "o", "n", "d" ], [ "m", "o", "d", "a", "l" ], [ "b", "e", "e", "p" ], [ "m", "a", "x", "t", "i", "m", "e" ], [ "f", "i", "n", "a", "l", "s", "i", "l", "e", "n", "c", "e" ], [ "d", "t", "m", "f", "t", "e", "r", "m" ], [ "t", "y", "p", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2010/WD-voicexml30-20100304/diff.html
43/1438042988399.65_20150728002308-00227-ip-10-236-191-2_806788712_117.json
ca0b04f0_Markup_Language__VoiceXML__3_0_Table_79__Attributes_Name
[Type] data model expression [Description] A data model expression that must evaluate to true after conversion to boolean in order for the form item to be visited. [Required] No [Default Value] true [Name]
cond
[ [ "n", "a", "m", "e" ], [ "e", "x", "p", "r" ], [ "c", "o", "n", "d" ], [ "m", "o", "d", "a", "l" ], [ "b", "e", "e", "p" ], [ "m", "a", "x", "t", "i", "m", "e" ], [ "f", "i", "n", "a", "l", "s", "i", "l", "e", "n", "c", "e" ], [ "d", "t", "m", "f", "t", "e", "r", "m" ], [ "t", "y", "p", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2010/WD-voicexml30-20100304/diff.html
43/1438042988399.65_20150728002308-00227-ip-10-236-191-2_806788712_117.json
ca0b04f0_Markup_Language__VoiceXML__3_0_Table_79__Attributes_Name
[Type] boolean [Description] If this is true, all non-local speech and DTMF grammars are not active while making the recording. If this is false, non-local speech and DTMF grammars are active. [Required] No [Default Value] true [Name]
modal
[ [ "n", "a", "m", "e" ], [ "e", "x", "p", "r" ], [ "c", "o", "n", "d" ], [ "m", "o", "d", "a", "l" ], [ "b", "e", "e", "p" ], [ "m", "a", "x", "t", "i", "m", "e" ], [ "f", "i", "n", "a", "l", "s", "i", "l", "e", "n", "c", "e" ], [ "d", "t", "m", "f", "t", "e", "r", "m" ], [ "t", "y", "p", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2010/WD-voicexml30-20100304/diff.html
43/1438042988399.65_20150728002308-00227-ip-10-236-191-2_806788712_117.json
ca0b04f0_Markup_Language__VoiceXML__3_0_Table_79__Attributes_Name
[Type] boolean [Description] If true, a tone is emitted just prior to recording. [Required] No [Default Value] false [Name]
beep
[ [ "n", "a", "m", "e" ], [ "e", "x", "p", "r" ], [ "c", "o", "n", "d" ], [ "m", "o", "d", "a", "l" ], [ "b", "e", "e", "p" ], [ "m", "a", "x", "t", "i", "m", "e" ], [ "f", "i", "n", "a", "l", "s", "i", "l", "e", "n", "c", "e" ], [ "d", "t", "m", "f", "t", "e", "r", "m" ], [ "t", "y", "p", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2010/WD-voicexml30-20100304/diff.html
43/1438042988399.65_20150728002308-00227-ip-10-236-191-2_806788712_117.json
ca0b04f0_Markup_Language__VoiceXML__3_0_Table_79__Attributes_Name
[Type] Time Designation [Description] The maximum duration to record. [Required] No [Default Value] Platform-specific value [Name]
maxtime
[ [ "n", "a", "m", "e" ], [ "e", "x", "p", "r" ], [ "c", "o", "n", "d" ], [ "m", "o", "d", "a", "l" ], [ "b", "e", "e", "p" ], [ "m", "a", "x", "t", "i", "m", "e" ], [ "f", "i", "n", "a", "l", "s", "i", "l", "e", "n", "c", "e" ], [ "d", "t", "m", "f", "t", "e", "r", "m" ], [ "t", "y", "p", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2010/WD-voicexml30-20100304/diff.html
43/1438042988399.65_20150728002308-00227-ip-10-236-191-2_806788712_117.json
ca0b04f0_Markup_Language__VoiceXML__3_0_Table_79__Attributes_Name
[Type] Time Designation [Description] The interval of silence that indicates end of speech. [Required] No [Default Value] Platform-specific value [Name]
finalsilence
[ [ "n", "a", "m", "e" ], [ "e", "x", "p", "r" ], [ "c", "o", "n", "d" ], [ "m", "o", "d", "a", "l" ], [ "b", "e", "e", "p" ], [ "m", "a", "x", "t", "i", "m", "e" ], [ "f", "i", "n", "a", "l", "s", "i", "l", "e", "n", "c", "e" ], [ "d", "t", "m", "f", "t", "e", "r", "m" ], [ "t", "y", "p", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2010/WD-voicexml30-20100304/diff.html
43/1438042988399.65_20150728002308-00227-ip-10-236-191-2_806788712_117.json
ca0b04f0_Markup_Language__VoiceXML__3_0_Table_79__Attributes_Name
[Type] boolean [Description] If true, any DTMF keypress will be treated as a match of an active (anonymous) local DTMF grammar. [Required] No [Default Value] true [Name]
dtmfterm
[ [ "n", "a", "m", "e" ], [ "e", "x", "p", "r" ], [ "c", "o", "n", "d" ], [ "m", "o", "d", "a", "l" ], [ "b", "e", "e", "p" ], [ "m", "a", "x", "t", "i", "m", "e" ], [ "f", "i", "n", "a", "l", "s", "i", "l", "e", "n", "c", "e" ], [ "d", "t", "m", "f", "t", "e", "r", "m" ], [ "t", "y", "p", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2010/WD-voicexml30-20100304/diff.html
43/1438042988399.65_20150728002308-00227-ip-10-236-191-2_806788712_117.json
ca0b04f0_Markup_Language__VoiceXML__3_0_Table_79__Attributes_Name
[Type] Required audio file formats specified in Appendix E of VoiceXML 2 (Other formats may also be supported) [Description] The media format of the resulting recording. [Required] No [Default Value] Platform-specific (one of the required formats) [Name]
type
[ [ "n", "a", "m", "e" ], [ "e", "x", "p", "r" ], [ "c", "o", "n", "d" ], [ "m", "o", "d", "a", "l" ], [ "b", "e", "e", "p" ], [ "m", "a", "x", "t", "i", "m", "e" ], [ "f", "i", "n", "a", "l", "s", "i", "l", "e", "n", "c", "e" ], [ "d", "t", "m", "f", "t", "e", "r", "m" ], [ "t", "y", "p", "e" ] ]
Voice Extensible Markup Language (VoiceXML) 3.0
Name
http://www.w3.org/TR/2010/WD-voicexml30-20100304/diff.html
43/1438042988399.65_20150728002308-00227-ip-10-236-191-2_806788712_117.json
84849cbd_all_Control__CCXML_Version_1_0__Required
[Attribute Name] name [Type] string [Details] dialog.exit [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_24.json
84849cbd_all_Control__CCXML_Version_1_0__Required
[Attribute Name] dialogid [Type] string [Details] The ID of the dialog. [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_24.json
84849cbd_all_Control__CCXML_Version_1_0__Required
[Attribute Name] dialog [Type] ECMAScript Object [Details] An ECMAScript object reference to the dialog object identified by the dialogid property of this event. [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_24.json
84849cbd_all_Control__CCXML_Version_1_0__Required
[Attribute Name] connectionid [Type] string [Details] The identifier of the connection to which the dialog connection is bridged (usually the connectionid that was specified in the dialogstart or dialogprepare). If the dialog is bridged to a conference the value must be undefined. [Required]
false
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_24.json
84849cbd_all_Control__CCXML_Version_1_0__Required
[Attribute Name] conferenceid [Type] string [Details] The identifier of the conference to which the dialog connection is bridged (usually the conferenceid that was specified in the dialogstart or dialogprepare). If the dialog is bridged to a connection the value must be undefined. [Required]
false
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_24.json
84849cbd_all_Control__CCXML_Version_1_0__Required
[Attribute Name] namelist [Type] string valued array [Details] If the namelist attribute was specified in the Dialog's exit element, this property must be a string valued array of the names in the list. The length of the property must be equal to the number of names in the list. The actual values are stored in the "values" sub-object. [Required]
false
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_24.json
84849cbd_all_Control__CCXML_Version_1_0__Required
[Attribute Name] values.* [Type] ECMAScript Object [Details] Each name in the namelist is a property whose value must be the value of the name at the time the Dialog's exit element was executed. Return values from the dialog. In VoiceXML this would be the values of each of the objects listed in the exit element's namelist. [Required]
false
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_24.json
84849cbd_all_Control__CCXML_Version_1_0__Required
[Attribute Name] eventid [Type] string [Details] The unique identifier for the event. This must match the sendid attribute of send, if the event was generated by a CCXML document. [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_24.json
84849cbd_all_Control__CCXML_Version_1_0__Required
[Attribute Name] eventsource [Type] string [Details] The unique identifier of the event source. This identifies the DIALOG Event I/O Processor that sent this event. [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_24.json
84849cbd_all_Control__CCXML_Version_1_0__Required
[Attribute Name] eventsourcetype [Type] string [Details] The name of the Event I/O Processor that sent this event. This must be set to dialog as this is an event generated by the Dialog Session Event processor. [Required]
true
[ [ "t", "r", "u", "e" ], [ "f", "a", "l", "s", "e" ] ]
Voice Browser Call Control: CCXML Version 1.0
Required
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_24.json
b5162feb_nts_suggested_by_AT_developers__Cathy_Laws__IBM
[0] Content [Jill Thomas, ION] All text All attribute info items All parent element info items [Jost Eckhardt, AISquared] All text All enabled elements Attribute info items for some elements (e.g., frames) (Navigation) ordered list of links, frames, form controls Functional blocks of content (in UAAG 1.0 terms, "important elements") Layout v. Data table [Cathy Laws, IBM]
Retrieve and change all element content Retrieve and change all attribute values
[]
Summary of API requirements suggested by AT developers
Cathy Laws, IBM
http://www.w3.org/WAI/UA/2002/04/api-reqs
43/1438042989042.37_20150728002309-00090-ip-10-236-191-2_836659608_0.json
b5162feb_nts_suggested_by_AT_developers__Cathy_Laws__IBM
[0] Rendering structure [Jill Thomas, ION] None [Jost Eckhardt, AISquared] Coordinates of rendered elements Coordinates of rendered words Coordinates of rendered characters Mapping from screen coordinates to source element [Cathy Laws, IBM]
For each rendered character, pixel location Mapping from character pixel location to DOM text node and character offset
[]
Summary of API requirements suggested by AT developers
Cathy Laws, IBM
http://www.w3.org/WAI/UA/2002/04/api-reqs
43/1438042989042.37_20150728002309-00090-ip-10-236-191-2_836659608_0.json
b5162feb_nts_suggested_by_AT_developers__Cathy_Laws__IBM
[0] Style [Jill Thomas, ION] None [Jost Eckhardt, AISquared] Text foreground and background color, font family name, text size, font characteristics [Cathy Laws, IBM]
Text display attributes
[]
Summary of API requirements suggested by AT developers
Cathy Laws, IBM
http://www.w3.org/WAI/UA/2002/04/api-reqs
43/1438042989042.37_20150728002309-00090-ip-10-236-191-2_836659608_0.json
b5162feb_nts_suggested_by_AT_developers__Cathy_Laws__IBM
[0] UI/Session variables [Jill Thomas, ION] None [Jost Eckhardt, AISquared] Content focus (fast access) State of form controls [Cathy Laws, IBM]
Selection (including selected non-text content). Get viewports for embedded objets or applets. Note: This is generally done through the operating system, not the API used to access content.
[]
Summary of API requirements suggested by AT developers
Cathy Laws, IBM
http://www.w3.org/WAI/UA/2002/04/api-reqs
43/1438042989042.37_20150728002309-00090-ip-10-236-191-2_836659608_0.json
b5162feb_nts_suggested_by_AT_developers__Cathy_Laws__IBM
[0] Events/Change notification [Jill Thomas, ION] None [Jost Eckhardt, AISquared] Content focus Selection Form controls: radio buttons, check boxes, choices, text area Download complete [Cathy Laws, IBM]
Receive event notifications for mouse events, key events Changes to elements/attributes
[]
Summary of API requirements suggested by AT developers
Cathy Laws, IBM
http://www.w3.org/WAI/UA/2002/04/api-reqs
43/1438042989042.37_20150728002309-00090-ip-10-236-191-2_836659608_0.json
b5162feb_nts_suggested_by_AT_developers__Cathy_Laws__IBM
[0] Programmatic control [Jill Thomas, ION] None [Jost Eckhardt, AISquared] Move rendered content into viewport Move focus to enabled elements Activate enabled elements [Cathy Laws, IBM]
For both rendered elements and characters, simulate an event even if not for an enabled element (left or right mouse click) Move focus to viewports with embedded objects or applets. Select content (text and images). Set focus
[]
Summary of API requirements suggested by AT developers
Cathy Laws, IBM
http://www.w3.org/WAI/UA/2002/04/api-reqs
43/1438042989042.37_20150728002309-00090-ip-10-236-191-2_836659608_0.json
b5162feb_nts_suggested_by_AT_developers__Cathy_Laws__IBM
[0] API requirements [Jill Thomas, ION] Preserve document order Provide alert when document object construction is complete. [Jost Eckhardt, AISquared] Preserve document order [Cathy Laws, IBM]
Content information and events must represent rendered content (after error correction).
[]
Summary of API requirements suggested by AT developers
Cathy Laws, IBM
http://www.w3.org/WAI/UA/2002/04/api-reqs
43/1438042989042.37_20150728002309-00090-ip-10-236-191-2_836659608_0.json
ad5efffa_all_Control__CCXML_Version_1_0__Type
[Attribute Name] name [Required] true [Details] error.connection [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_94.json
ad5efffa_all_Control__CCXML_Version_1_0__Type
[Attribute Name] connectionid [Required] true [Details] The ID of the Connection associated with this event. [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_94.json
ad5efffa_all_Control__CCXML_Version_1_0__Type
[Attribute Name] protocol [Required] false [Details] The platform protocol ID of the Connection protocol. [Type]
string
[ [ "s", "t", "r", "i", "n", "g" ], [ "E", "C", "M", "A", "S", "c", "r", "i", "p", "t", " ", "O", "b", "j", "e", "c", "t" ] ]
Voice Browser Call Control: CCXML Version 1.0
Type
http://www.w3.org/TR/2007/WD-ccxml-20070119/ccxml.html
43/1438042988310.3_20150728002308-00206-ip-10-236-191-2_819727975_94.json