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