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