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
EventDeliveryOptionOneMatchType
EventDeliveryOptionOneMatchType is an enumeration that defines the valid event delivery options for an inbound event when one correlation match is found. Valid values are ignore, raiseException, and deliverEvent. These values are used in the InboundEventType element.
- Elements
- None
- Attributes
- None
- Restrictions
- None
- Schema definition
<xsd:simpleType name="EventDeliveryOptionOneMatchType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ignore"/> <xsd:enumeration value="raiseException"/> <xsd:enumeration value="deliverEvent"/> </xsd:restriction> </xsd:simpleType>