test198.txml 673 B

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <!-- we test that if type is not provided <send> uses the scxml event i/o processor. The only way to tell
  3. what processor was used is to look at the origintype of the resulting event -->
  4. <scxml initial="s0" version="1.0" conf:datamodel="" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
  5. <state id="s0">
  6. <onentry>
  7. <send event="event1"/>
  8. <send event="timeout"/>
  9. </onentry>
  10. <transition event="event1" conf:originTypeEq="http://www.w3.org/TR/scxml/#SCXMLEventProcessor" conf:targetpass=""/>
  11. <transition event="*" conf:targetfail=""/>
  12. </state>
  13. <conf:pass/>
  14. <conf:fail/>
  15. </scxml>