Navigation

class_of_EXPRESS_information_representation

A <class_of_EXPRESS_information_representation> is a <class_of_information_representation> that is defined by ISO 10303-11.

EXPRESS specification:

ENTITY class_of_EXPRESS_information_representation
ABSTRACT SUPERTYPE OF (ONEOF(EXPRESS_string, EXPRESS_integer, EXPRESS_real, EXPRESS_logical, EXPRESS_Boolean, EXPRESS_binary))
SUBTYPE OF ( class_of_information_representation);
END_ENTITY;

References (7):

Name Type Referred through Express-G
EXPRESS_Boolean Entity
Supertype
Diagram 18
EXPRESS_binary Entity
Supertype
Diagram 18
EXPRESS_integer Entity
Supertype
Diagram 18
EXPRESS_logical Entity
Supertype
Diagram 18
EXPRESS_real Entity
Supertype
Diagram 18
EXPRESS_string Entity
Supertype
Diagram 18
class_of_information_representation Entity
Subtype
Diagram 17

Inheritance graph

ENTITY class_of_EXPRESS_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_individual;
ENTITY class_of_arranged_individual;
ENTITY class_of_information_representation;
ENTITY class_of_EXPRESS_information_representation;
END_ENTITY;