sccd.xml 826 B

1234567891011121314151617181920212223
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="CompositeNoInitialStateTest">
  3. <description>
  4. Test 1.8: Test if composite states are handled correctly.
  5. When no initial in composite defined, go into the first state that is defined.
  6. </description>
  7. <class name="MainApp" default="true">
  8. <scxml initial="state1">
  9. <state id="state1">
  10. <state id="state10">
  11. <transition target="../state12" />
  12. </state>
  13. <state id="state11">
  14. <transition target="." />
  15. </state>
  16. <state id="state12">
  17. <transition target="../../state2" />
  18. </state>
  19. </state>
  20. <state id="state2" />
  21. </scxml>
  22. </class>
  23. </diagram>