transition

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
cond ECMAScript.expression true optional
event xsd:string optional
state xsd:string optional

Used By

Element eventprocessor

Source

<xsd:element name="transition">
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="executableContent"/>
    </xsd:choice>
    <xsd:attribute name="state" type="xsd:string"/>
    <xsd:attribute name="event" type="xsd:string"/>
    <xsd:attribute name="cond" default="true" type="ECMAScript.expression"/>
  </xsd:complexType>
</xsd:element>

Sample