|
ENTITY Class_hierarchy; super_class : Class_with_attributes; sub_class : Class_with_attributes; END_ENTITY; -- Class_hierarchy |
Entity data types and their attributesClass_hierarchysuper_class: Class_with_attributes; sub_class: Class_with_attributes; |
Users: by entity attributesClass_hierarchyUsers: by defined types, not used by any entity attributeClass_hierarchy- |
Global rules for this entity data type- |