Navigation

class_of_class_of_representation_translation

A <class_of_class_of_representation_translation> is a <class_of_class_of_relationship> whose members are members of <class_of_representation_translation>.
EXAMPLE The class ASCII whose members include all translation classes between members of the ASCII Binary and ASCII Text representation classes is a <class_of_class_of_representation_translation>.

EXPRESS specification:

ENTITY class_of_class_of_representation_translation
SUBTYPE OF ( class_of_class_of_relationship);
class_of_first  :  class_of_class_of_information_representation;
class_of_second  :  class_of_class_of_information_representation;
END_ENTITY;

Attribute definitions:

class_of_first  :  The first <class_of_class_of_information_representation> for which a translation is defined
class_of_second  :  The second <class_of_class_of_information_representation> for which a translation is defined

References (1):

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

Inheritance graph

ENTITY class_of_class_of_representation_translation;
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 class_of_class_of_representation_translation;
class_of_first  :  class_of_class_of_information_representation;
class_of_second  :  class_of_class_of_information_representation;
END_ENTITY;