fail_root_id.xml 162 B

123456789
  1. <?xml version="1.0" ?>
  2. <test>
  3. <statechart>
  4. <!-- not allowed: root with id -->
  5. <root id="root">
  6. <state id="A"/>
  7. </root>
  8. </statechart>
  9. </test>