test200.txml 545 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!-- we test that the processor supports the scxml event i/o processor -->
  3. <scxml initial="s0" conf:datamodel="" version="1.0" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
  4. <state id="s0">
  5. <onentry>
  6. <send type="http://www.w3.org/TR/scxml/#SCXMLEventProcessor" event="event1"/>
  7. <send event="timeout"/>
  8. </onentry>
  9. <transition event="event1" conf:targetpass=""/>
  10. <transition event="*" conf:targetfail=""/>
  11. </state>
  12. <conf:pass/>
  13. <conf:fail/>
  14. </scxml>