Navigation

upper_bound_of_number_range

An <upper_bound_of_number_range> is a <relationship> that indicates an <arithmetic_number> is the largest value in a <number_range>.
EXAMPLE 5.3 is the upper bound of the range [3.1 to 5.3].

EXPRESS specification:

ENTITY upper_bound_of_number_range
SUBTYPE OF ( classification);
SELF\classification.classified  :  arithmetic_number;
SELF\classification.classifier  :  number_range;
END_ENTITY;

Attribute definitions:

classified  :  The <arithmetic_number> that as classified is the upper bound to the <number_range>.
classifier  :  The <number_range> that as classifier is bounded in the <upper_bound_of_number_range>.

References (1):

Name Type Referred through Express-G
classification Entity
Subtype
Diagram 2

Inheritance graph

ENTITY upper_bound_of_number_range;
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 relationship;
ENTITY classification;
ENTITY upper_bound_of_number_range;
classified  :  arithmetic_number;
classifier  :  number_range;
END_ENTITY;