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

AssignmentListSpecificationType

AssignmentListSpecificationType contains a collection of AssignmentSpecificationTypes, each of which is used to set the value of a single field in an outbound event.

Elements

Name Min-max Description
assignment 1-n AssignmentSpecification elements used to set individual output fields.

Attributes

None

Restrictions

None

Schema definition

    <xsd:complexType name="AssignmentListSpecificationType" >
        <xsd:sequence>
            <xsd:element name="assignment" 
                type="mon:AssignmentSpecificationType" 
                minOccurs="1" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType

XML schema (monitor.xsd) description