scxml.scxml.mix

Element Group Information

Model

state* | parallel* | final* | datamodel* | script* | (ANY element from ANY namespace OTHER than 'http://www.w3.org/2005/07/scxml')

Used By

Element Group scxml.scxml.content

Source

<xsd:group name="scxml.scxml.mix">
  <xsd:choice>
    <xsd:element ref="state" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="parallel" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="final" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="datamodel" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="script" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:group ref="scxml.extra.content" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:choice>
</xsd:group>