ENTITY si_unit
(* SCHEMA step_merged_ap_schema; *)
ENTITY si_unit
   SUBTYPE OF (named_unit);
      prefix : OPTIONAL si_prefix;
      name : si_unit_name;
   DERIVE
      SELF\named_unit.dimensions : dimensional_exponents := dimensions_for_si_unit(name);
   WHERE
      WR1:
         NOT (('STEP_MERGED_AP_SCHEMA.MASS_UNIT' IN TYPEOF(SELF)) AND (SIZEOF(USEDIN(SELF, 'STEP_MERGED_AP_SCHEMA.DERIVED_UNIT_ELEMENT.UNIT')) > 0)) OR (prefix = si_prefix.kilo);
END_ENTITY;
Explicit Attributes
Entity si_unit has the following local and inherited explicit attributes:
* - Explicit attribute redeclared as derived
Derived Attributes
Entity si_unit has the following local and inherited derived attributes:
Inverse Attributes
    No Inverse AttributesSupertypes
Entity si_unit inherits from the following supertypes:
  named_unit
Subtypes
Entity si_unit has the following subtypes:
    si_absorbed_dose_unit*     si_capacitance_unit*     si_conductance_unit*     si_dose_equivalent_unit*     si_electric_charge_unit*     si_electric_potential_unit*     si_energy_unit*     si_force_unit*     si_frequency_unit*     si_illuminance_unit*     si_inductance_unit*     si_magnetic_flux_density_unit*     si_magnetic_flux_unit*     si_power_unit*     si_pressure_unit*     si_radioactivity_unit*     si_resistance_unit* 
* - Immediate Subtypes
Referenced By
Entity si_unit and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2025-09-04T17:14:53-04:00