fail_multiple_root.xml 268 B

123456789101112131415161718
  1. <?xml version="1.0" ?>
  2. <test>
  3. <statechart>
  4. <semantics/>
  5. <datamodel/>
  6. <root>
  7. <state id="a"/>
  8. </root>
  9. <!-- not allowed: more than one root state -->
  10. <root>
  11. <state id="b"/>
  12. </root>
  13. </statechart>
  14. <output>
  15. </output>
  16. </test>