Navigation

class_of_class_of_relationship_with_signature

An <class_of_class_of_relationship_with_signature> is a <class_of_class_of_relationship> and <class_of_relationship_with_signature>.
The purpose of <class_of_class_of_relationship_with_signature> is to allow other types of classes of relationship, not explicitly defined as entity data types in this part of ISO 15926, to be defined as reference data.
EXAMPLE Transitive, with the roles from and to indicating the direction of transitivity, is a <class_of_class_of_relationship_with_signature>. A <class_of_relationship> is transitive if when A relates to B and B relates to C then A relates to C, all in the same way.

EXPRESS specification:

ENTITY class_of_class_of_relationship_with_signature
SUBTYPE OF ( class_of_class_of_relationship, class_of_relationship_with_signature);
END_ENTITY;

References (2):

Name Type Referred through Express-G
class_of_class_of_relationship Entity
Subtype
Diagram 14
class_of_relationship_with_signature Entity
Subtype
Diagram 13

Inheritance graph

ENTITY class_of_class_of_relationship_with_signature;
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_class;
ENTITY class_of_class_of_relationship;
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 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 class_of_relationship_with_signature;
class_of_end_1  :  OPTIONAL role_and_domain;
class_of_end_2  :  OPTIONAL role_and_domain;
ENTITY class_of_class_of_relationship_with_signature;
END_ENTITY;