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 > Visual model elements
SetSelectionType
SetSelectionType defines the action used to send notifications to widgets when a user clicks a shapeSet in the Scalable Vector Graphics (SVG) diagram.
- Elements
Name Min-max Description shapeSet 1 - n One or more shapeSets that define the list of SVG elements that should be affected by this action selectionProperty 1 - n The attributes of the notification that is sent to widgets. - Attributes
- None
- Restrictions
- At least one selectionProperty must have name= "EVENT_CODE".
- Schema definition
<xsd:complexType name="SetSelectionType"> <xsd:complexContent> <xsd:extension base="mon:ActionType"> <xsd:choice minOccurs="1" maxOccurs="unbounded"> <!-- String value must be the name of a shape set defined in the <shapeSets> element --> <xsd:element name="shapeSet" type="mon:ShapeSetRefType" minOccurs="1" maxOccurs="unbounded"/> <xsd:element name="selectionProperty" type="mon:PropertyNameValueType" minOccurs="1" maxOccurs="unbounded"/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType>