Content deleted Content added
Tag: possible conflict of interest |
grammar |
||
Line 20:
| url = [http://www.w3.org/TR/scxml/ http://www.w3.org/TR/scxml/]
}}
'''SCXML''' stands for State Chart XML: State Machine Notation for Control Abstraction. It is an [[XML]]-based [[markup language]]
SCXML is able to describe complex [[Finite state machine|state-machines]]. For example, it is possible to describe notations such as sub-states, parallel states, synchronization, or concurrency, in SCXML.
==Goals==
The objective of this standard is to
One of the goals of this language is to make sure that the language is compatible with CCXML and that there is an easy path for existing CCXML scripts to be converted to SCXML without major changes to the programming model or document structure (for example, by using an [[XSL Transformations|XSL Transformation]]).
Line 55:
[[File:Multimodal2.png|A multimodal configuration]]
The W3C document [http://www.w3.org/TR/mmi-auth/ Authoring Applications for the Multimodal Architecture] describes a multimodal system
----
Here is the state chart diagram
[[File:SCXML stopwatch.jpg|A state chart diagram
The SCXML file describing the transitions in this diagram is:
|