Overview Schemas Index

set_theory_schema         


ENTITY union;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          operand : SET [2:?] OF class;
          resultant : class;
END_ENTITY; -- union

Entity data types and their attributes

union
          id: identifier;
          name: label;
          (OPT) description: text;
          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

          -