Navigation

upper_bound_of_property_range

An <upper_bound_of_property_range> is a <class_of_classification> that indicates that the <property> is the upper bound of the <property_range>.
EXAMPLE +20 Celsius is the upper bound of the range -10 to +20 Celsius.

EXPRESS specification:

ENTITY upper_bound_of_property_range
SUBTYPE OF ( classification);
SELF\classification.classified  :  property;
SELF\classification.classifier  :  property_range;
END_ENTITY;

Attribute definitions:

classified  :  The <property> that as the classified in the upper bound in the <upper_bound_of_property_range>.
classifier  :  The <property_range> that as the classifier has an upper bound specified in the <upper_bound_of_property_range>.

References (1):

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

Inheritance graph

ENTITY upper_bound_of_property_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_property_range;
classified  :  property;
classifier  :  property_range;
END_ENTITY;