|
ENTITY union; id : identifier; name : label; description : OPTIONAL text; operand : SET [2:?] OF class; resultant : class; END_ENTITY; -- union |
Entity data types and their attributesunionid: identifier; name: label; (OPT) description: text; operand: SET [2:?] OF class; resultant: class; |
Users: by entity attributesunionUsers: by defined types, not used by any entity attributeunion- |
Global rules for this entity data type- |