|
ENTITY numeric_defined_function ABSTRACT SUPERTYPE OF (ONEOF (integer_defined_function, real_defined_function)) SUBTYPE OF (numeric_expression, defined_function); END_ENTITY; -- numeric_defined_function |
Entity data types and their attributesgeneric_expression- expression - numeric_expression (DER) is_int: LOGICAL; (DER) sql_mappable: LOGICAL; defined_function - numeric_defined_function - |
| integer_defined_function (ISO13584_expressions_schema) |
| real_defined_function (ISO13584_expressions_schema) |
Global rules for this entity data type- |