Navigation

property_for_shape_dimension

A <property_for_shape_dimension> is a <class_of_class_of_relationship> that indicates that the members of the <shape_dimension> are of the <property>.
EXAMPLE 10m diameter is a 10m length.

EXPRESS specification:

ENTITY property_for_shape_dimension
SUBTYPE OF ( class_of_relationship);
property  :  property;
shape_dimension  :  shape_dimension;
END_ENTITY;

Attribute definitions:

property  :  the <property> for the <property_for_shape_dimension>.
shape_dimension  :  the <shape_dimension> whose members are specializations of the <property> in the <property_for_shape_dimension>.

References (1):

Name Type Referred through Express-G
class_of_relationship Entity
Subtype
Diagram 12

Inheritance graph

ENTITY property_for_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_relationship;
end_1_cardinality  :  OPTIONAL cardinality;
end_2_cardinality  :  OPTIONAL cardinality;
ENTITY property_for_shape_dimension;
property  :  property;
shape_dimension  :  shape_dimension;
END_ENTITY;