Navigation

class_of_approval

A <class_of_approval> is a <class_of_relationship> whose members are members of <approval> that indicates that members of the <class_of_individual> are approvers in an <approval> for the members of the <class> that are approved.
EXAMPLE That site managers approve design specifications for construction (a <class_of_involvement_by_reference>) is an example of <class_of_approval>.

EXPRESS specification:

ENTITY class_of_approval
SUBTYPE OF ( class_of_relationship);
class_of_approved  :  class_of_relationship;
class_of_approver  :  class_of_individual;
END_ENTITY;

Attribute definitions:

class_of_approved  :  The <class_of_relationship> whose members are approved by the members of the class_of_approver.
class_of_approver  :  The <class_of_individual> whose members are the approvers of the <class_of_relationship> approved.

References (1):

Name Type Referred through Express-G
class_of_relationship Entity
Subtype
Diagram 12

Inheritance graph

ENTITY class_of_approval;
ENTITY thing;
id  :  STRING;
record_copy_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_created  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
record_creator  :  OPTIONAL possible_individual;
record_logically_deleted  :  OPTIONAL representation_of_Gregorian_date_and_UTC_time;
why_deleted  :  OPTIONAL class_of_information_representation;
ENTITY abstract_object;
ENTITY class;
ENTITY class_of_abstract_object;
ENTITY class_of_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY class_of_approval;
class_of_approved  :  class_of_relationship;
class_of_approver  :  class_of_individual;
END_ENTITY;