|
ENTITY Uncertainty_with_unit SUBTYPE OF (Value_with_unit); name : STRING; description : OPTIONAL STRING; END_ENTITY; -- Uncertainty_with_unit |
Entity data types and their attributesValue_with_unitunit: Unit; value_component: measure_value; Uncertainty_with_unit name: STRING; (OPT) description: STRING; |
Global rules for this entity data type- |