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
ShapeSetType
ShapeSetType contains a single list of shape IDs.
- Elements
Name Min-max Description shapes 1 - 1 The list of shape IDs that can be found in the SVG document for updating. - Attributes
- None
- Restrictions
- None
- Schema definition
<xsd:complexType name="ShapeSetType"> <xsd:complexContent> <xsd:extension base="mon:NamedElementType"> <xsd:sequence minOccurs="1" maxOccurs="1"> <xsd:element name="shapes" type="mon:ShapesListType"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>