connectorCausalExpression:simpleActionPrototype

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
actionType connectorCausalExpression:actionNamePrototype optional
delay string optional
eventType connectorCommonPart:eventPrototype optional
max connectorCausalExpression:maxUnion optional
min positiveInteger optional
qualifier connectorCausalExpression:actionOperatorPrototype optional
repeat positiveInteger optional
repeatDelay string optional
role connectorCausalExpression:actionRoleUnion required
value string optional

Used By

Source

<complexType name="simpleActionPrototype">
  <attribute name="role" type="connectorCausalExpression:actionRoleUnion" use="required"/>
  <attribute name="eventType" type="connectorCommonPart:eventPrototype" use="optional"/>
  <attribute name="actionType" type="connectorCausalExpression:actionNamePrototype" use="optional"/>
  <attribute name="delay" type="string" use="optional"/>
  <attribute name="value" type="string" use="optional"/>
  <attribute name="repeat" type="positiveInteger" use="optional"/>
  <attribute name="repeatDelay" type="string" use="optional"/>
  <attribute name="min" type="positiveInteger" use="optional"/>
  <attribute name="max" type="connectorCausalExpression:maxUnion" use="optional"/>
  <attribute name="qualifier" type="connectorCausalExpression:actionOperatorPrototype" use="optional"/>
</complexType>