Navigation

right_namespace

A <right_namespace> is a <namespace> that indicates that the <class_of_part> is the right most part of the <class_of_whole>.
EXAMPLE When ZH is the namespace in 5367ZH, this is indicated by a <right_namespace> relationship between them.

EXPRESS specification:

ENTITY right_namespace
SUBTYPE OF ( namespace);
END_ENTITY;

References (1):

Name Type Referred through Express-G
namespace Entity
Subtype
Diagram 20

Inheritance graph

ENTITY right_namespace;
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_composition_of_individual;
ENTITY class_of_arrangement_of_individual;
ENTITY namespace;
class_of_part  :  class_of_information_representation;
class_of_whole  :  class_of_information_representation;
ENTITY right_namespace;
END_ENTITY;