Overview Schemas Index

Set_theory_arm         


ENTITY Union;
          id : STRING;
          name : STRING;
          description : OPTIONAL STRING;
          operand : SET [2:?] OF Class;
          resultant : Class;
END_ENTITY; -- Union

Entity data types and their attributes

Union
          id: STRING;
          name: STRING;
          (OPT) description: STRING;
          operand: SET [2:?] OF Class;
          resultant: Class;

Users: by entity attributes

Union

Users: by defined types, not used by any entity attribute

Union
          -

Global rules for this entity data type

          -