<!--  EXPERIMENTAL SCXML OUTPUT, NOT READY FOR USE -->
<?xml version="1.0" encoding="utf-8"?>
<scxml name="sm" xmlns="https://www.w3.org/2005/07/scxml" xmlns:xi="https://www.w3.org/2001/XInclude" version="1.0">
<state id="stateOne">
<transition event="eventA" target="stateTwo"/>
</state>
<state id="stateTwo">
<transition event="eventB" target="stateOne"/>
</state>
</scxml>