fail_multiple_root.xml 256 B

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