Navigation

temporal_bounding

A <temporal_bounding> is an <assembly_of_individual> that indicates that the part <event> is a temporal boundary of the whole <possible_individual>.

EXPRESS specification:

ENTITY temporal_bounding
ABSTRACT SUPERTYPE OF (ONEOF(ending, beginning))
SUBTYPE OF ( composition_of_individual);
SELF\composition_of_individual.part  :  event;
END_ENTITY;

Attribute definitions:

part  :  The <event> that is the part in the <temporal_bounding>.

References (3):

Name Type Referred through Express-G
beginning Entity
Supertype
Diagram 9
composition_of_individual Entity
Subtype
Diagram 6
ending Entity
Supertype
Diagram 9

Inheritance graph

ENTITY temporal_bounding;
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 relationship;
ENTITY composition_of_individual;
whole  :  possible_individual;
ENTITY temporal_bounding;
part  :  event;
END_ENTITY;