| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| conferenceid | ECMAScript.expression | optional | ||||
| connectionid | ECMAScript.expression | optional | ||||
| dialogid | ECMAScript.LeftHandSideExpression | optional | ||||
| enctype | ECMAScript.expression | optional | ||||
| hints | ECMAScript.expression | optional | ||||
| maxage | ECMAScript.expression | optional | ||||
| maxstale | ECMAScript.expression | optional | ||||
| mediadirection | ECMAScript.expression | optional | ||||
| method | ECMAScript.expression | optional | ||||
| namelist | VariableNames.datatype | optional | ||||
| parameters | VariableNames.datatype | optional | ||||
| prepareddialogid | ECMAScript.expression | optional | ||||
| src | ECMAScript.expression | optional | ||||
| type | ECMAScript.expression | optional |
| Element Group | dialogElements |
<xsd:element name="dialogstart"> <xsd:complexType> <xsd:attribute name="prepareddialogid" type="ECMAScript.expression"/> <xsd:attribute name="connectionid" type="ECMAScript.expression"/> <xsd:attribute name="conferenceid" type="ECMAScript.expression"/> <xsd:attribute name="src" type="ECMAScript.expression"/> <xsd:attribute name="type" type="ECMAScript.expression"/> <xsd:attribute name="namelist" type="VariableNames.datatype"/> <xsd:attribute name="parameters" type="VariableNames.datatype"/> <xsd:attribute name="dialogid" type="ECMAScript.LeftHandSideExpression"/> <xsd:attribute name="maxage" type="ECMAScript.expression"/> <xsd:attribute name="maxstale" type="ECMAScript.expression"/> <xsd:attribute name="enctype" type="ECMAScript.expression"/> <xsd:attribute name="method" type="ECMAScript.expression"/> <xsd:attribute name="mediadirection" type="ECMAScript.expression"/> <xsd:attribute name="hints" type="ECMAScript.expression"/> </xsd:complexType> </xsd:element> |
|
< ccxml xmlns = "http://www.w3.org/2002/09/ccxml" version = "1.0" > |
|
< accept/> |
|
</ transition> |
|
< transition state = "init" event = "connection.connected" > |
|
</ transition> |
|
< log expr = "'Houston, the dialog returned [' + event$.values.input + ']'" /> |
|
< exit/> |
|
</ transition> |
|
< exit/> |
|
</ transition> |
|
< log expr = "'Houston, we have a problem: (' + event$.reason + ')'" /> |
|
< exit/> |
|
</ transition> |
|
</ eventprocessor> |
|
</ ccxml> |