fail_root_transition.xml 271 B

1234567891011121314151617
  1. <?xml version="1.0" ?>
  2. <test>
  3. <statechart>
  4. <semantics/>
  5. <datamodel/>
  6. <tree>
  7. <state>
  8. <!-- not allowed: transition with source: root -->
  9. <transition target="."/>
  10. </state>
  11. </tree>
  12. </statechart>
  13. <output>
  14. </output>
  15. </test>