|
ENTITY Value_with_tolerances SUBTYPE OF (Measure_item); item_value : Numerical_item_with_unit; lower_limit : REAL; upper_limit : REAL; END_ENTITY; -- Value_with_tolerances |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Measure_item - Value_with_tolerances item_value: Numerical_item_with_unit; lower_limit: REAL; upper_limit: REAL; |
Global rules for this entity data type- |