|
ENTITY union_of_all_members; id : identifier; name : label; description : OPTIONAL text; operand : class; resultant : class; WHERE resultant_different: NOT identical_sets(operand, resultant); END_ENTITY; -- union_of_all_members |
Entity data types and their attributesunion_of_all_membersid: identifier; name: label; (OPT) description: text; operand: class; resultant: class; |
Users: by entity attributesunion_of_all_membersUsers: by defined types, not used by any entity attributeunion_of_all_members- |
Global rules for this entity data type- |