scxml.if.content

Element Group Information

Model

((ANY element from ANY namespace OTHER than 'http://www.w3.org/2005/07/scxml') | raise | if | foreach | send | script | assign | log | cancel) , elseif , ((ANY element from ANY namespace OTHER than 'http://www.w3.org/2005/07/scxml') | raise | if | foreach | send | script | assign | log | cancel) , else , ((ANY element from ANY namespace OTHER than 'http://www.w3.org/2005/07/scxml') | raise | if | foreach | send | script | assign | log | cancel)

Used By

Complex Type scxml.if.type

Source

<xsd:group name="scxml.if.content">
  <xsd:sequence>
    <xsd:group ref="scxml.core.executablecontent" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:group ref="scxml.if.elseif.mix" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="scxml.if.else.mix" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
</xsd:group>