ENTITY mass_unit

(* SCHEMA technical_data_packaging; *)
  ENTITY mass_unit
    SUBTYPE OF (named_unit);
    WHERE
      wr1: ((SELF\named_unit.dimensions.length_exponent = 0) AND (SELF\
               named_unit.dimensions.mass_exponent = 1) AND (SELF\
               named_unit.dimensions.time_exponent = 0) AND (SELF\
               named_unit.dimensions.electric_current_exponent = 0) AND (
               SELF\named_unit.dimensions.
               thermodynamic_temperature_exponent = 0) AND (SELF\named_unit
               .dimensions.amount_of_substance_exponent = 0) AND (SELF\
               named_unit.dimensions.luminous_intensity_exponent = 0));
  END_ENTITY; -- mass_unit

Explicit Attributes

Entity mass_unit has the following local and inherited explicit attributes:
AttributeTypeDefined By
 dimensionsdimensional_exponents (ENTITY)named_unit

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity mass_unit inherits from the following supertypes:
  named_unit

Subtypes

    No subtypes

Referenced By

Entity mass_unit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 amount_of_substance_unit ENTITY named_unit
 area_unit ENTITY named_unit
 dependent_instantiable_named_unit RULE named_unit
 derived_unit_element ENTITY named_unit
 electric_current_unit ENTITY named_unit
 length_unit ENTITY named_unit
 luminous_intensity_unit ENTITY named_unit
 mass_unit ENTITY named_unit
 named_unit ENTITY mass_unit
 plane_angle_unit ENTITY named_unit
 ratio_unit ENTITY named_unit
 si_unit ENTITY named_unit
 solid_angle_unit ENTITY named_unit
 thermodynamic_temperature_unit ENTITY named_unit
 time_unit ENTITY named_unit
 unit SELECT named_unit
 volume_unit ENTITY named_unit


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:35-04:00