connectorCausalExpression:simpleConditionPrototype

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
delay string optional
eventType connectorCommonPart:eventPrototype optional
key string optional
max connectorCausalExpression:maxUnion optional
min positiveInteger optional
qualifier connectorCommonPart:logicalOperatorPrototype optional
role connectorCausalExpression:conditionRoleUnion required
transition connectorCommonPart:transitionPrototype optional

Used By

Source

<complexType name="simpleConditionPrototype">
  <attribute name="role" type="connectorCausalExpression:conditionRoleUnion" use="required"/>
  <attribute name="eventType" type="connectorCommonPart:eventPrototype" use="optional"/>
  <attribute name="key" type="string" use="optional"/>
  <attribute name="transition" type="connectorCommonPart:transitionPrototype" use="optional"/>
  <attribute name="delay" type="string" use="optional"/>
  <attribute name="min" type="positiveInteger" use="optional"/>
  <attribute name="max" type="connectorCausalExpression:maxUnion" use="optional"/>
  <attribute name="qualifier" type="connectorCommonPart:logicalOperatorPrototype" use="optional"/>
</complexType>