OTX Reference
|
|
Comprehensive checker rule listing More...
Public Attributes | |
Severity.Critical | Range_Chk001 |
Correct list type for intervals in RangedObject create terms More... | |
Severity.Critical | Range_Chk002 |
Identical physical dimensions More... | |
Comprehensive checker rule listing
To ensure OTX document quality and correctness, the OTX checker uses a two-stage approach:
The checker rules for the second stage are listed in the following.
Severity.Critical OpenTestSystem.Otx.Extensions.Range.CheckerRule.Range_Chk001 |
Correct list type for intervals in RangedObject create terms
CreateRangedInteger
, CreateRangedFloat
, CreateRangedQuantity
and CreateRangedString
shall be a list of IntegerInterval
in CreateRangedInteger
, a list of FloatInterval
in CreateRangedFloat
, a list of QuantityInterval
in CreateRangedQuantity
and a list of StringInterval
in CreateRangedString
. No other item types are allowed. Severity.Critical OpenTestSystem.Otx.Extensions.Range.CheckerRule.Range_Chk002 |
Identical physical dimensions
QuantityInterval
, the value of a RangedQuantity
and all QuantityInterval
of a RangedQuantity
shall be identical.