Navigation

mass_measure_with_unit

EXPRESS specification:

ENTITY mass_measure_with_unit
SUBTYPE OF ( measure_with_unit);
WHERE
WRM11  :  'STRUCTURAL_FRAME_SCHEMA.MASS_UNIT' IN TYPEOF (SELF\measure_with_unit.unit_component);
WRM12  :  'STRUCTURAL_FRAME_SCHEMA.MASS_MEASURE' IN TYPEOF (SELF\measure_with_unit.value_component);
END_ENTITY;

References (3):

Name Type Referred through Express-G
measure_with_unit Entity
Subtype
No Diagram
structural_frame_product_with_material Entity
Attribute 'nominal_mass'
Attribute 'actual_mass'
No Diagram

Inheritance graph

ENTITY mass_measure_with_unit;
ENTITY measure_with_unit;
value_component  :  measure_value;
unit_component  :  unit;
ENTITY mass_measure_with_unit;
END_ENTITY;