Condition

name: Condition

attribute
name: Expression
type: xs:string
use: required
documentation:

Expression governing the condition. When the expression evaluates to true, the conditional logic is executed according to the Type specified. Valid expression operators are '<', '>', '==', '!=', '<=', '>='

attribute
name: Type
type: imml:ConditionType
use: required
documentation:

Determines the course of action to take should the Expression evaluate to true. Ignore will prevent the trigger from firing, Allow will not prevent the trigger from firing

attribute
name: Source
type: imml:ConditionSource
use: required
documentation:

The source of the data for the expression