ENTITY measure_with_unit
(* SCHEMA step_ship_schema; *)
ENTITY measure_with_unit;
value_component : measure_value;
unit_component : unit;
WHERE
wr1: valid_units(SELF);
END_ENTITY;
Explicit Attributes
Entity measure_with_unit has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| value_component | measure_value (SELECT) | measure_with_unit |
| unit_component | unit (SELECT) | measure_with_unit |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity measure_with_unit has the following subtypes:
area_measure_with_unit*
length_measure_with_unit*
mass_measure_with_unit*
plane_angle_measure_with_unit*
solid_angle_measure_with_unit*
uncertainty_measure_with_unit*
volume_measure_with_unit*
* - Immediate Subtypes
Referenced By
Entity measure_with_unit and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-24T12:42:21-04:00