Navigation

class_of_usage_of_representation

A <class_of_usage_of_representation> is a <class_of_relationship> whose members indicate that a <possible_individual> (usually an organization) reads or otherwise uses members of the pattern as a representation of the represented thing.
EXAMPLE The link between the identification of pump #1234 and contractor ABC Ltd, that indicates that ABC Ltd uses this identification can be represented by a class of <class_of_usage_of_representation>.

EXPRESS specification:

ENTITY class_of_usage_of_representation
SUBTYPE OF ( class_of_relationship);
class_of_used  :  class_of_representation_of_thing;
user  :  possible_individual;
END_ENTITY;

Attribute definitions:

class_of_used  :  The <class_of_representation_of_thing> that is used by the referenced <possible_individual>.
user  :  The <possible_individual> that uses the referenced <class_of_representation_of_thing>

References (1):

Name Type Referred through Express-G
class_of_relationship Entity
Subtype
Diagram 12

Inheritance graph

ENTITY class_of_usage_of_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_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY class_of_usage_of_representation;
class_of_used  :  class_of_representation_of_thing;
user  :  possible_individual;
END_ENTITY;