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
ShapeSetRefType
ShapeSetRefType defines an element that can refer to a shapeSet that is defined in the current visualization. The value of the ref attribute is the ID attribute value of the shapeSet intended to be referenced. Defining the ref attribute enables an action to specify the Scalable Vector Graphics (SVG) shapes upon which it should act.
- Elements
- None
- Attributes
Name Required or optional Type Description ref Required String The ID attribute value of a shapeSet defined in the current visualization. - Restrictions
- A shapeSet with the specified ID attribute value must exist in the current visualization.
- Schema definition
<xsd:complexType name="ShapeSetRefType"> <xsd:attribute name="ref" type="xsd:string" use="required"/> </xsd:complexType>