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

PropertyNameValueType

PropertyNameValueType defines the attribute name and value pairs that form the notification that is sent to widgets when a user clicks a shapeSet in the Scalable Vector Graphics (SVG) diagram.

Elements

None

Attributes

Name Required or optional Type Description
name Required String The name of the attribute.
value Optional String The value of the attribute.

Restrictions

The value must be a valid XPath expression.

Schema definition

<xsd:complexType name="PropertyNameValueType">
        <xsd:attribute name="name" type="xsd:string" use="required"/>
        <xsd:attribute name="value" type="xsd:string" use="optional"/>
</xsd:complexType>

Visual model elements