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:
Attribute | Type | Defined By |
---|
amount | REAL | currency_measure_with_unit |
unit | currency_unit (ENTITY) | currency_measure_with_unit |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00