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

Subset

Global rules for this entity data type

          -