fail_multiple_root.xml 209 B

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