|
ENTITY currency_measure_with_unit SUBTYPE OF (measure_with_unit); SELF\measure_with_unit.unit_component : currency; END_ENTITY; -- currency_measure_with_unit |
Entity data types and their attributesmeasure_with_unitvalue_component: measure_value; unit_component: unit; currency_measure_with_unit (RT) unit_component: currency; |
Global rules for this entity data type- |