Section I – SCXML > SCXML > Core Elements         Bottom of Page
Genesys 8.1
SCXML Technical Reference
< Termination            Executable Content Elements >

Core Elements

Element

Attributes

Support and Notes

<scxml>

Overall

Limited support

initial

Full support

name

Full support

xmlns

Full support, but will only recognize the SCXML, Genesys SCXML extension (gscxml) (all the Genesys-specific attributes and the Session functional module), and functional module namespaces. Based on the exmode, we will take the actions defined by the specification when we encounter an unknown namespace.

version

Full support and version 1.0

profile

Only support the value of "ecmascript"

exmode

Fully supported, but the recommended mode is "strict" so that the platform is not wasting processing time on an invalid document.

<state>

Overall

Full support

id

Full support

src

Not supported

initial

Full support

<transition>

Overall

Full support

event

Full support — This can be any type of event that is supported between SCXML sessions, supported within an SCXML session, or external to the SCXML session. (This is only done through functional modules.)

cond

Full support, based on the schema from the supported profiles.

target

Full support — This is only for states that are defined within the same SCXML document.

anchor

Not supported

<parallel>

Overall

Full support

id

Full support

src

Full support

<initial>

Overall

Full support

<final>

Overall

Full support

id

Full support

<donedata>

Overall

Full support

<onentry>

Overall

Full support

<onexit>

Overall

Full support

<history>

Overall

Not supported

id

Not supported

type

Not supported

<content>

Overall

Full support




Section I – SCXML > SCXML > Core Elements         Top of Page
Genesys 8.1
SCXML Technical Reference
< Termination            Executable Content Elements >