In the SCXML definition, the datamodel to be used may be specified in the scxml
root attribute (see http://www.w3.org/TR/scxml/#profiles)
This is however not possible currently. As a work-around I currently use a name
attribute to the SCXML root node, e.g.:
'example" datamodel="ecmascript"'
i.e: The root node name is 'example' and the datamodel used is 'ecmascript'.
I'm not sure whether it is really necessary to implement this, but the least I
can do is to submit this issue.
Original issue reported on code.google.com by
mrtmei...@gmail.comon 20 Mar 2013 at 1:29