|
ENTITY Intersection; id : STRING; name : STRING; description : OPTIONAL STRING; operand : SET [2:?] OF Class; resultant : Class; END_ENTITY; -- Intersection |
Entity data types and their attributesIntersectionid: STRING; name: STRING; (OPT) description: STRING; operand: SET [2:?] OF Class; resultant: Class; |
Users: by entity attributesIntersectionUsers: by defined types, not used by any entity attributeIntersection- |
Global rules for this entity data type- |