ENTITY currency
(* SCHEMA step_merged_cad_schema; *)
-- IN AP203e2/AP242
ENTITY currency
ABSTRACT SUPERTYPE OF (ONEOF(externally_defined_currency, iso4217_currency))
SUBTYPE OF (context_dependent_unit);
WHERE
WR1:
((((((SELF\named_unit.dimensions.length_exponent = 0.0) AND (SELF\named_unit.dimensions.mass_exponent = 0.0)) AND (SELF\named_unit.dimensions.time_exponent = 0.0)) AND (SELF\named_unit.dimensions.electric_current_exponent = 0.0)) AND (SELF\named_unit.dimensions.thermodynamic_temperature_exponent = 0.0)) AND (SELF\named_unit.dimensions.amount_of_substance_exponent = 0.0)) AND (SELF\named_unit.dimensions.luminous_intensity_exponent = 0.0);
END_ENTITY;
Explicit Attributes
Entity currency has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity currency inherits from the following supertypes:
named_unit
context_dependent_unit
Subtypes
Entity currency has the following subtypes:
externally_defined_currency*
iso4217_currency*
* - Immediate Subtypes
Referenced By
Entity currency and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2013-05-20T14:07:26-04:00