|
ENTITY Currency_value SUBTYPE OF (Value_with_unit); SELF\Value_with_unit.unit : Currency; END_ENTITY; -- Currency_value |
Entity data types and their attributesValue_with_unitunit: Unit; value_component: measure_value; Currency_value (RT) unit: Currency; |
Global rules for this entity data type- |