IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Developing monitor models > What are monitor models? > Monitor XML schema definition (monitor.xsd) > XML schema (monitor.xsd) description
EventDeliveryOptionMultipleMatchesType
EventDeliveryOptionMultipleMatchesType is an enumeration that defines the valid event delivery options for an inbound event when multiple correlation matches are found. Valid values are ignore, raiseException, deliverToAny, and deliverToAll. These values are used in the InboundEventType element.
- Elements
- None
- Attributes
- None
- Restrictions
- None
- Schema definition
<xsd:simpleType name="EventDeliveryOptionMultipleMatchesType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ignore"/> <xsd:enumeration value="raiseException"/> <xsd:enumeration value="deliverToAny"/> <xsd:enumeration value="deliverToAll"/> </xsd:restriction> </xsd:simpleType>