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

ShapeSetsType

ShapeSetsType contains zero or more individual shapeSets.

Elements

Name Min-max Description
shapeSet 0 - n A shapeSet that is a collection of ID values for IDs that are contained in the SVG document so that the associated shapes can be updated by an action without having to individually specify the IDs.

Attributes

None

Restrictions

None

Schema definition

<xsd:complexType name="ShapeSetsType">
    <xsd:sequence>
        <xsd:element name="shapeSet" type="mon:ShapeSetType" 
              minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
</xsd:complexType>

Visual model elements