- From: Jim Barnett <1jhbarnett@gmail.com>
- Date: Mon, 8 Sep 2025 17:41:41 -0400
- To: Bento Borges Schirmer <bbschirmer@inf.ufsm.br>
- Cc: www-voice@w3.org
Thank you for raising these issues. The working group that produced SCXML has been closed, so there is no way to update any of the documents. The only option is to post problems/comments here, and hope that other developers and users will see them. Jim > On Sep 8, 2025, at 11:30 AM, Bento Borges Schirmer <bbschirmer@inf.ufsm.br> wrote: > > Hey fellas, > > I'm writing a SCXML parser, and learning some XML along the way. I > noticed two problems I will detail shortly. > > I'm referring to this version: > https://www.w3.org/TR/2015/REC-scxml-20150901/ > And I'm also referring to this version: > https://www.w3.org/2011/04/SCXML/scxml-datatypes.xsd > Both are current at the time of writing. > > Problem 1: https://www.w3.org/TR/2015/REC-scxml-20150901/#N103BF > > At the section 3.5.1 "Attribute Details" containing a table of > attributes for <transition>, it states that the type of the attribute > "event" is EventsTypes.datatype. I believe the correct type is > EventTypes.datatype, i.e. without an "s" after "Event". > > Problem 2: https://www.w3.org/TR/2015/REC-scxml-20150901/#EventDescriptors > > In the fifth paragraph of the section 3.12.1 "Event Descriptors", it states: > > "Note that a transition with 'event' of 'error', one with 'error.', > and one with 'error.*' are functionally equivalent". > > However, the <xsd:pattern> for both EventType.datatype and > EventTypes.datatype preclude a trailing period. > > Best regards, > Bento Borges Schirmer > >
Received on Thursday, 11 September 2025 06:45:17 UTC