Versions Compared

Key

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

Body:

Attributes:

Comparator(LT | LE | GT | GE | EQ | NE | IN | NOTIN)(optional)Comparison operator used to compare the item and value(s).(optional)
SoftHard(Soft | Hard)



Contained in:

A RangeCheck defines a constraint on the value of the enclosing item. It represents an expression that evaluates to True when the ItemData value is valid or False when the ItemData value is invalid. The expression is specified using either Comparator and CheckValue or using FormalExpressions.

...