Navigation

status

A <status> is a <class_of_individual> that is a characteristic or quality that is described by discrete, unordered values.
EXAMPLE The classes known as 'open', 'painted', 'approved', 'old', 'new', 'worn', 'hazardous', 'safe', 'dangerous', 'happy', 'sad', and 'rusty' can all be represented as instances of <status>.
NOTE Degrees of openness or paintedness are represented as instances of <property> and not instances of <status>.

EXPRESS specification:

ENTITY status
SUBTYPE OF ( class_of_individual);
END_ENTITY;

References (1):

Name Type Referred through Express-G
class_of_individual Entity
Subtype
Diagram 7

Inheritance graph

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