Navigation

shape_dimension

A <shape_dimension> is a <class_of_class_of_individual> that is a set of <individual_dimension> that define an aspect of a shape.
EXAMPLE Diameter of 5m, height of 3mm, and width of 10cm are members of <shape_dimension>.

EXPRESS specification:

ENTITY shape_dimension
SUBTYPE OF ( class_of_class_of_individual);
END_ENTITY;

References (3):

Name Type Referred through Express-G
class_of_class_of_individual Entity
Subtype
Diagram 7
dimension_of_shape Entity
Attribute 'dimension'
Diagram 29
property_for_shape_dimension Entity
Attribute 'shape_dimension'
Diagram 29

Inheritance graph

ENTITY shape_dimension;
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_individual;
ENTITY shape_dimension;
END_ENTITY;