SCXML: Difference between revisions

Content deleted Content added
Tag: review edit
Examples: move external links to references
Line 38:
==Examples==
 
According to the W3C SCXML specification,<ref>[http://www.w3.org/TR/scxml/ State Chart XML (SCXML): State Machine Notation for Control Abstraction specification],</ref> SCXML is a general-purpose event-based state machine language that can be used in many ways, including:
 
*As a high-level dialog language controlling VoiceXML 3.0's encapsulated speech modules (voice form, voice picklist, etc.)
Line 47:
*As a general [[process control]] language in other contexts not involving speech processing.
 
The draft W3C [[VoiceXML]] 3.0 specification<ref>[http://www.w3.org/TR/voicexml30/ Voice Extensible Markup Language (VoiceXML) 3.0 specification]</ref> includes State Chart and SCXML Representation to define functionality.
 
----