Navigation

class_of_namespace

A <class_of_namespace> is a <class_of_class_of_relationship> that indicates that a <class_of_information_representation> is the class_of_part used as a namespace for each member of a <class_of_class_of_information_representation> that is the class_of_class_of_whole.
EXAMPLE WC1: is used as the name space for a set of water company identifiers.

EXPRESS specification:

ENTITY class_of_namespace
SUPERTYPE OF (ONEOF(class_of_left_namespace, class_of_right_namespace))
SUBTYPE OF ( class_of_class_of_relationship);
class_of_class_of_whole  :  class_of_class_of_information_representation;
class_of_part  :  class_of_information_representation;
END_ENTITY;

Attribute definitions:

class_of_class_of_whole  :  The <class_of_class_of_information_representation> whose members have the namespace.
class_of_part  :  The <class_of_information_representation> that is the namespace.

References (3):

Name Type Referred through Express-G
class_of_class_of_relationship Entity
Subtype
Diagram 14
class_of_left_namespace Entity
Supertype
Diagram 20
class_of_right_namespace Entity
Supertype
Diagram 20

Inheritance graph

ENTITY class_of_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_class;
ENTITY class_of_class_of_relationship;
ENTITY class_of_namespace;
class_of_class_of_whole  :  class_of_class_of_information_representation;
class_of_part  :  class_of_information_representation;
END_ENTITY;