Navigation

representation_form

A <representation_form> is a <class_of_class_of_information_representation> that distinguishes the form of representation.
EXAMPLE Hexadecimal, text, script, symbol, picture, diagram, semaphore, Morse code, music score, MIDI file format, and XML can each be represented by instances of <representation_form>.

EXPRESS specification:

ENTITY representation_form
SUBTYPE OF ( class_of_class_of_information_representation);
END_ENTITY;

References (1):

Name Type Referred through Express-G
class_of_class_of_information_representation Entity
Subtype
Diagram 19

Inheritance graph

ENTITY representation_form;
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;
ENTITY representation_form;
END_ENTITY;