Navigation

individual_used_in_connection

An <individual_used_in_connection> is a <relationship> that indicates that a <possible_individual> is used in a <connection_of_individual>.
EXAMPLE The <relationship> between the connection of the flanged ends of two pipes and a temporal part of the bolts, nuts, washers and gasket set that indicates that the bolt and gasket set participates in the connection can be represented by an instance of <individual_used_in_connection>.

EXPRESS specification:

ENTITY individual_used_in_connection
SUBTYPE OF ( relationship);
connection  :  connection_of_individual;
usage  :  possible_individual;
END_ENTITY;

Attribute definitions:

connection  :  The <connection_of_individual> in which the referenced <possible_individual> participates.
usage  :  The <possible_individual> that participates in the referenced <connection_of_individual>.

References (1):

Name Type Referred through Express-G
relationship Entity
Subtype
Diagram 11

Inheritance graph

ENTITY individual_used_in_connection;
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 individual_used_in_connection;
connection  :  connection_of_individual;
usage  :  possible_individual;
END_ENTITY;