|
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; |
UsersClass_hierarchy |
Global rules for this entity data type- |