connectorCausalExpression:compoundActionPrototype

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
delay string optional
operator connectorCausalExpression:actionOperatorPrototype required

Used By

Source

<complexType name="compoundActionPrototype">
  <choice minOccurs="2" maxOccurs="unbounded">
    <element ref="connectorCausalExpression:simpleAction"/>
    <element ref="connectorCausalExpression:compoundAction"/>
  </choice>
  <attribute name="operator" type="connectorCausalExpression:actionOperatorPrototype" use="required"/>
  <attribute name="delay" type="string" use="optional"/>
</complexType>