Navigation

class_of_point_in_time

A <class_of_point_in_time> is a <class_of_event> whose members are members of <point_in_time>.
EXAMPLE Midnight is a <class_of_point_in_time>

EXPRESS specification:

ENTITY class_of_point_in_time
SUBTYPE OF ( class_of_event);
END_ENTITY;

References (1):

Name Type Referred through Express-G
class_of_event Entity
Subtype
Diagram 7

Inheritance graph

ENTITY class_of_point_in_time;
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_individual;
ENTITY class_of_event;
ENTITY class_of_point_in_time;
END_ENTITY;