|
ENTITY Union; id : STRING; name : STRING; description : OPTIONAL STRING; operand : SET [2:?] OF Class; resultant : Class; END_ENTITY; -- Union |
Entity data types and their attributesUnionid: STRING; name: STRING; (OPT) description: STRING; 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- |