| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| expr | ECMAScript.expression | required | ||||
| name | ECMAScript.LeftHandSideExpression | required |
| Element Group | ecmaScriptElements |
<xsd:element name="assign"> <xsd:complexType> <xsd:attribute name="name" use="required" type="ECMAScript.LeftHandSideExpression"/> <xsd:attribute name="expr" use="required" 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> |