ENTITY currency_measure_with_unit

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY currency_measure_with_unit
SUPERTYPE OF (ONEOF(currency_rate_with_unit));
 	amount : REAL;
 	unit : currency_unit;
END_ENTITY;

Explicit Attributes

Entity currency_measure_with_unit has the following local and inherited explicit attributes:
AttributeTypeDefined By
 amountREALcurrency_measure_with_unit
 unitcurrency_unit (ENTITY)currency_measure_with_unit

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity currency_measure_with_unit has the following subtypes:
    currency_rate_with_unit*
* - Immediate Subtypes

Referenced By

Entity currency_measure_with_unit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 select_project_definition_item SELECT currency_measure_with_unit
 structural_frame_item_priced ENTITY currency_measure_with_unit


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00