Navigation

lower_bound_of_number_range

A <lower_bound_of_number_range> is a <relationship> that indicates an <arithmetic_number> is the lowest value in a <number_range>.
EXAMPLE 3.1 is the lower bound of the range [3.1 to 5.3].

EXPRESS specification:

ENTITY lower_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 lower bound to the <number_range>.
classifier  :  The <number_range> that as classifier is bounded by the <arithmetic_number>.

References (1):

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

Inheritance graph

ENTITY lower_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 lower_bound_of_number_range;
classified  :  arithmetic_number;
classifier  :  number_range;
END_ENTITY;