ENTITY derived_unit

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
  ENTITY derived_unit
    SUPERTYPE OF (ONEOF (
              ABSORBED_DOSE_UNIT,
              ACCELERATION_UNIT,
              RADIOACTIVITY_UNIT,
              AREA_UNIT,
              CAPACITANCE_UNIT,
              DOSE_EQUIVALENT_UNIT,
              ELECTRIC_CHARGE_UNIT,
              CONDUCTANCE_UNIT,
              ELECTRIC_POTENTIAL_UNIT,
              ENERGY_UNIT,
              MAGNETIC_FLUX_DENSITY_UNIT,
              FORCE_UNIT,
              FREQUENCY_UNIT,
              ILLUMINANCE_UNIT,
              INDUCTANCE_UNIT,
              MAGNETIC_FLUX_UNIT,
              POWER_UNIT,
              PRESSURE_UNIT,
              RESISTANCE_UNIT,
              VELOCITY_UNIT,
              VOLUME_UNIT));
    elements : SET [1:?] OF derived_unit_element;
  DERIVE
    name : label := get_name_value(SELF);
  WHERE
    WR1: (SIZEOF(elements) > 1) OR ((SIZEOF(elements) = 1) AND (elements[1].exponent <> 1.0));
    WR2: SIZEOF(USEDIN(SELF, 'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' + 'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1;
  END_ENTITY;

Explicit Attributes

Entity derived_unit has the following local and inherited explicit attributes:
AttributeTypeDefined By
 elementsSET OF derived_unit_element (ENTITY)derived_unit

Derived Attributes

Entity derived_unit has the following local and inherited derived attributes:
AttributeTypeDefined By
 namelabel (STRING)derived_unit

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity derived_unit has the following subtypes:
    absorbed_dose_unit*     acceleration_unit*     area_unit*     capacitance_unit*     conductance_unit*     dose_equivalent_unit*     electric_charge_unit*     electric_potential_unit*     energy_unit*     force_unit*     frequency_unit*     illuminance_unit*     inductance_unit*     magnetic_flux_density_unit*     magnetic_flux_unit*     power_unit*     pressure_unit*     radioactivity_unit*     resistance_unit*     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     thermal_resistance_unit*     velocity_unit*     volume_unit*
* - Immediate Subtypes

Referenced By

Entity derived_unit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 attribute_classification_item SELECT derived_unit
 classification_item SELECT derived_unit
 derive_dimensional_exponents FUNCTION derived_unit
 name_attribute_select SELECT derived_unit
 si_absorbed_dose_unit ENTITY derived_unit
 si_capacitance_unit ENTITY derived_unit
 si_conductance_unit ENTITY derived_unit
 si_dose_equivalent_unit ENTITY derived_unit
 si_electric_charge_unit ENTITY derived_unit
 si_electric_potential_unit ENTITY derived_unit
 si_energy_unit ENTITY derived_unit
 si_force_unit ENTITY derived_unit
 si_frequency_unit ENTITY derived_unit
 si_illuminance_unit ENTITY derived_unit
 si_inductance_unit ENTITY derived_unit
 si_magnetic_flux_density_unit ENTITY derived_unit
 si_magnetic_flux_unit ENTITY derived_unit
 si_power_unit ENTITY derived_unit
 si_pressure_unit ENTITY derived_unit
 si_radioactivity_unit ENTITY derived_unit
 si_resistance_unit ENTITY derived_unit
 unit SELECT derived_unit


[Top Level Definitions] [Exit]

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