AbortProcessing | str | Decides whether subsequent conditions should be evaluated or not if this conditions evaluates to true | |
LeftSide | Item | Left side of an evaluated condition is always an instance (never a literal value) | |
Operator | str | An operator to be applied on the left side can be unary or binary | |
RightSide | RightSide | In case of a binary operator, the right hand side can be either a literal value or a path to a schema item. In case of a unary operator, there is no right side. | |