ENTITY illuminance_unit

(* SCHEMA engineering_properties_schema; *)


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

Explicit Attributes

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

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity illuminance_unit inherits from the following supertypes:
  derived_unit

Subtypes

    No subtypes

Referenced By

Entity illuminance_unit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 derived_unit ENTITY illuminance_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:50-04:00