fail_missing_id.xml 273 B

123456789101112131415161718
  1. <?xml version="1.0" ?>
  2. <test>
  3. <statechart>
  4. <semantics/>
  5. <root>
  6. <state><!-- non-root state must have 'id' -->
  7. </state>
  8. </root>
  9. </statechart>
  10. <output>
  11. <big_step>
  12. <event name="ok" port="out" />
  13. </big_step>
  14. </output>
  15. </test>