ENTITY derived_unit
(* SCHEMA building_design_schema; *)
ENTITY derived_unit;
elements : SET [1:?] OF derived_unit_element;
WHERE
wr1: (SIZEOF(elements) > 1) OR ((SIZEOF(elements) = 1) AND (elements
[1].exponent <> 1));
END_ENTITY; -- derived_unit
Explicit Attributes
Entity derived_unit has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity derived_unit and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:41:29-04:00