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

ShapesListType

ShapesListType limits the list of shape IDs to make sure that at least one ID is present in the list.

Elements

None

Attributes

None

Restrictions

None

Schema definition

<xsd:simpleType name="ShapesListType">
    <xsd:restriction base="xsd:NMTOKENS">
        <xsd:minLength value="1"/>
    </xsd:restriction>
</xsd:simpleType>    

Visual model elements