is less than or equal to that in the value
Action Modify String Sets the string element to the value.
Add prefix String Adds the value to the beginning of the string
element.
Remove
prefix
String Removes the value from the beginning of the
string element.
Add suffix String Adds the value to the end of the string
element.
Remove
suffix
String Removes the value from the end of the string
element.
Boolean
Match == Boolean Returns true if the Boolean element equals to
the value.
Boolean – can be either 0 or 1.
!= Boolean Returns true if the Boolean element not equals
to the value.
Boolean – can be either 0 or 1.
> Boolean Returns true if the Boolean element not equals
to the value.
Boolean – can be either 0 or 1.
< Boolean Returns true if the Boolean element not equals
to the value.
Boolean – can be either 0 or 1.
Action Modify Boolean Sets the Boolean element to the value.
Boolean – can be either 0 or 1.
Attribute
Match == Integer
*Attribute
Returns true if the attribute element equals to
the value.
An attribute element value must be of the
same type of the attribute element.
!= Integer
*Attribute
Returns true if the attribute element not equals
to the value.
An attribute element value must be of the
same type of the attribute element.