Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Type: Value must be All

  • Constraints: A listing of sub-constraints. All sub-constraints in this list must evaluate to be true for the overall constraint to be true. Any VERA constraint type may be included in this list.

Optional Properties

None

Evaluation

  • True: All specified sub-constraints evaluate to True.

  • False: Any specified sub-constraint evaluates to False.

Example

Determine whether both of the following conditions are true:

...

  • Type: Value must be Any

  • Constraints: A listing of sub-constraints. Only one sub-constraint in this list must evaluate to be true for the overall constraint to be true. Any VERA constraint type may be included in this list.

Optional Properties

None

Evaluation

  • True: At least one specified sub-constraint evaluates to True.

  • False: All of the specified sub-constraints evaluate to False.

Example

Determine if either of the following conditions are true:

...

  • Type: Value must be Not

  • Constraints: A listing of sub-constraints. All sub-constraints in this list must evaluate to be false for the overall constraint to be true. Any VERA constraint type may be included in this list.

Optional Properties

None

Evaluation

  • True: All specified sub-constraints evaluate to False.

  • False: At least one of the specified sub-constraints evaluates to True.

Example

Determine if both of the following conditions are false:

...