Overview Schemas Index

set_theory_schema         


ENTITY subset;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          subset : class;
          superset : class;
END_ENTITY; -- subset

Entity data types and their attributes

subset
          id: identifier;
          name: label;
          (OPT) description: text;
          subset: class;
          superset: class;

Known subtypes

          proper_subset (set_theory_schema)

Users: by entity attributes

subset

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

subset
          -

Global rules for this entity data type

          -