|
ENTITY Pre_defined_colour SUBTYPE OF (Colour); WHERE WR1: SELF.name IN ['red', 'green', 'blue', 'yellow', 'magenta', 'cyan', 'black', 'white']; END_ENTITY; -- Pre_defined_colour |
Entity data types and their attributesColourname: STRING; Pre_defined_colour - |
Global rules for this entity data type- |