|
ENTITY like_expression SUBTYPE OF (comparison_expression); WHERE WR1: ('ISO13584_EXPRESSIONS_SCHEMA.STRING_EXPRESSION' IN TYPEOF(SELF\binary_generic_expression.operands[1])) AND ('ISO13584_EXPRESSIONS_SCHEMA.STRING_EXPRESSION' IN TYPEOF(SELF\binary_generic_expression.operands[2])); END_ENTITY; -- like_expression |
Entity data types and their attributesgeneric_expression- expression - boolean_expression - binary_generic_expression operands: LIST [2:2] OF generic_expression; comparison_expression (RT) operands: LIST [2:2] OF expression; like_expression - |
Global rules for this entity data type- |