Navigation

class_of_class_of_information_representation

A <class_of_class_of_information_representation> is a <class_of_class_of_individual> that classifies information representation classes.
EXAMPLE Integer Octal is a <class_of_class_of_representation> whose members are all the information representation classes that correspond to Octal formatted integers.

EXPRESS specification:

ENTITY class_of_class_of_information_representation
SUPERTYPE OF (ONEOF(representation_form, language, document_definition))
SUBTYPE OF ( class_of_class_of_individual);
END_ENTITY;

References (8):

Name Type Referred through Express-G
class_of_class_of_individual Entity
Subtype
Diagram 7
class_of_class_of_representation Entity
Attribute 'class_of_pattern'
Diagram 19
class_of_class_of_representation_translation Entity
Attribute 'class_of_first'
Attribute 'class_of_second'
Diagram 19
class_of_namespace Entity
Attribute 'class_of_class_of_whole'
Diagram 20
document_definition Entity
Supertype
Diagram 19
language Entity
Supertype
Diagram 19
representation_form Entity
Supertype
Diagram 19

Inheritance graph

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