ENTITY radioactivity_unit

(* SCHEMA engineering_properties_schema; *)


   ENTITY radioactivity_unit
   SUBTYPE OF (derived_unit);
   WHERE
      WR1:
         derive_dimensional_exponents(SELF) = dimensions_for_si_unit(si_unit_name.becquerel);
   END_ENTITY;

Explicit Attributes

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

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity radioactivity_unit inherits from the following supertypes:
  derived_unit

Subtypes

    No subtypes

Referenced By

Entity radioactivity_unit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 derived_unit ENTITY radioactivity_unit
 derive_dimensional_exponents FUNCTION derived_unit
 name_attribute_select SELECT derived_unit
 unit SELECT derived_unit


[Top Level Definitions] [Exit]

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