summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/simple.xml
blob: d3badc87b76c071a3730431a3e4ae8616f65e33f (plain)
1
2
3
4
5
6
7
8
9
<scxml xmlns="http://www.w3.org/2005/07/scxml"
       version="1.0"
       initial="Main"
       datamodel="ecmascript">
	<state />
	<state />
	<state />
	<state />
</scxml>