summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/history/history5.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/scxml-test-framework/test/history/history5.scxml')
-rw-r--r--test/scxml-test-framework/test/history/history5.scxml99
1 files changed, 50 insertions, 49 deletions
diff --git a/test/scxml-test-framework/test/history/history5.scxml b/test/scxml-test-framework/test/history/history5.scxml
index c2f497d..0b97e26 100644
--- a/test/scxml-test-framework/test/history/history5.scxml
+++ b/test/scxml-test-framework/test/history/history5.scxml
@@ -18,55 +18,56 @@
illustrates deep history with many parallel states
-->
<scxml
- xmlns="http://www.w3.org/2005/07/scxml"
- version="1.0"
- profile="ecmascript"
- id="root"
- initial="a">
-
- <parallel id="a">
- <history id="ha" type="deep"/>
-
- <parallel id="b">
- <parallel id="c">
- <parallel id="d">
- <parallel id="e">
-
- <state id="i" initial="i1">
- <state id="i1">
- <transition target="i2" event="t1"/>
- </state>
-
- <state id="i2">
- <transition target="l" event="t2"/>
- </state>
- </state>
-
- <state id="j"/>
- </parallel>
-
- <state id="h"/>
- </parallel>
-
- <state id="g"/>
- </parallel>
-
- <state id="f" initial="f1">
- <state id="f1">
- <transition target="f2" event="t1"/>
- </state>
-
- <state id="f2">
- </state>
- </state>
- </parallel>
-
- <state id="k"/>
- </parallel>
-
- <state id="l">
- <transition target="ha" event="t3"/>
- </state>
+ datamodel="ecmascript"
+ xmlns="http://www.w3.org/2005/07/scxml"
+ version="1.0"
+ initial="a">
+
+ <parallel id="a">
+ <history id="ha" type="deep">
+ <transition target="b"/>
+ </history>
+
+ <parallel id="b">
+ <parallel id="c">
+ <parallel id="d">
+ <parallel id="e">
+
+ <state id="i" initial="i1">
+ <state id="i1">
+ <transition target="i2" event="t1"/>
+ </state>
+
+ <state id="i2">
+ <transition target="l" event="t2"/>
+ </state>
+ </state>
+
+ <state id="j"/>
+ </parallel>
+
+ <state id="h"/>
+ </parallel>
+
+ <state id="g"/>
+ </parallel>
+
+ <state id="f" initial="f1">
+ <state id="f1">
+ <transition target="f2" event="t1"/>
+ </state>
+
+ <state id="f2">
+ </state>
+ </state>
+ </parallel>
+
+ <state id="k"/>
+ </parallel>
+
+ <state id="l">
+ <transition target="ha" event="t3"/>
+ </state>
</scxml>