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