scxml.final.mix

Element Group Information

Model

onentry* | onexit* | donedata{0,1} | (ANY element from ANY namespace OTHER than 'http://www.w3.org/2005/07/scxml')
Children: donedata, onentry, onexit

Used By

Element Group scxml.final.content

Source

<xsd:group name="scxml.final.mix">
  <xsd:choice>
    <xsd:element ref="onentry" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="onexit" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="donedata" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="scxml.extra.content" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:choice>
</xsd:group>