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
ActionType
ActionType defines the basic characteristics of any action that can be used to customize a diagram representation of a context at run time.
- Elements
- None
- Attributes
Name Required or optional Type Description condition Optional String The user-defined condition under which the action should be applied. This is an XPath 2.0 expression as specified in Expression support. - Restrictions
- The condition attribute expression:
- Must be valid.
- Has as its initial context the context referenced by the visualization context attribute.
- Has a scope of BaseMetrics (if within the referenced context) and KPI values.
- Must evaluate to an effective Boolean value.
- Schema definition
<xsd:complexType name="ActionType"> <xsd:attribute name="condition" type="xsd:string" use="optional"/> </xsd:complexType>