summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiled/topmachine.scxml
blob: 0040144ff36ceacd198147d3393d3c290831890d (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" name="TopMachine">
    <state id="topState">
        <invoke type="scxml" id="submachine.1" src="file:submachineA.scxml"/>
        <invoke type="scxml" id="submachine.2" src="file:submachineA.scxml"/>
        <invoke type="scxml" id="submachine.3" src="file:submachineB.scxml"/>
    </state>
</scxml>