|
ENTITY real_currency_type SUBTYPE OF (real_type); currency : OPTIONAL currency_code; END_ENTITY; -- real_currency_type |
Entity data types and their attributesdata_type- simple_type value_format: value_format_type; number_type - real_type - real_currency_type (OPT) currency: currency_code; |
Usersdata_typedata_type_element.type_definition property_DET.domain simple_type level_type.value_type number_type real_type real_currency_type |
Global rules for this entity data type- |