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

AssignmentSpecificationType

AssignmentSpecificationType is used by an AssignmentListSpecificationType to specify individual values for each attribute of an outbound event.

Elements

None

Attributes

Name Required or optional Type Description
leftValue Required String The attribute in the outbound event.
rightValue Optional String The expression used to set the leftValue.

Restrictions

See MapType.

If s

See Expression support for information about how expressions are represented.

Schema definition

	<xsd:complexType name="AssignmentSpecificationType" >
		<xsd:attribute name="leftValue" type="xsd:string" 
			use="required"/>
		<xsd:attribute name="rightValue" type="xsd:string" 
			use="required"/>
	</xsd:complexType>

XML schema (monitor.xsd) description