wrong tag and missing attribute in the SCXML document example

Hello,

In section G.1 [1] I can read:
'<date name="v3id" expr="17620"/>'

But I think it should be:
'<data name="v3id" expr="17620"/>"

Indeed, the "<date>" tag is not a part of the language.

Also I see there is no "id" attribute whereas I can read it is required [2].

Is it correct ?

Thank you.
Regards.

[1] http://www.w3.org/TR/2012/WD-scxml-20121206/#N1179B
[2] http://www.w3.org/TR/scxml/#data

Received on Thursday, 28 March 2013 15:21:28 UTC