|
ENTITY Specification_expression; id : OPTIONAL STRING; description : OPTIONAL STRING; operation : expression_operator; operand : SET [1:?] OF specification_operand_select; WHERE WR1: (operation <> not_operator) OR (SIZEOF(operand)=1); END_ENTITY; -- Specification_expression |
Entity data types and their attributesSpecification_expression(OPT) id: STRING; (OPT) description: STRING; operation: expression_operator; operand: SET [1:?] OF specification_operand_select; |
Global rules for this entity data type- |