|
ENTITY multiple_arity_function_call ABSTRACT SUPERTYPE OF (ONEOF (maximum_function, minimum_function)) SUBTYPE OF (multiple_arity_numeric_expression); END_ENTITY; -- multiple_arity_function_call |
Entity data types and their attributesgeneric_expression- expression - numeric_expression (DER) is_int: LOGICAL; (DER) sql_mappable: LOGICAL; multiple_arity_generic_expression operands: LIST [2:?] OF generic_expression; multiple_arity_numeric_expression (RT) operands: LIST [2:?] OF numeric_expression; multiple_arity_function_call - |
| maximum_function (ISO13584_expressions_schema) |
| minimum_function (ISO13584_expressions_schema) |
Global rules for this entity data type- |