Overview Schemas Index

Set_theory_arm         


ENTITY Subset;
          id : STRING;
          name : STRING;
          description : OPTIONAL STRING;
          subset : Class;
          superset : Class;
END_ENTITY; -- Subset

Entity data types and their attributes

Subset
          id: STRING;
          name: STRING;
          (OPT) description: STRING;
          subset: Class;
          superset: Class;

Users: by entity attributes

Subset

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

Subset
          -

Global rules for this entity data type

          -