|
ENTITY Proper_subset; id : STRING; name : STRING; description : OPTIONAL STRING; subset : Class; superset : Class; END_ENTITY; -- Proper_subset |
Entity data types and their attributesProper_subsetid: STRING; name: STRING; (OPT) description: STRING; subset: Class; superset: Class; |
Users: by entity attributesProper_subsetUsers: by defined types, not used by any entity attributeProper_subset- |
Global rules for this entity data type- |