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>