ENTITY building
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY building
SUPERTYPE OF (building_with_shape)
SUBTYPE OF (structural_frame_item);
building_class : OPTIONAL label;
owner : OPTIONAL person_and_organization;
building_structures : OPTIONAL LIST [1:?] OF structure;
UNIQUE
URB1 : SELF\structural_frame_item.item_number, SELF\structural_frame_item.item_name;
END_ENTITY;
Explicit Attributes
Entity building has the following local and inherited explicit attributes:
Derived Attributes
Entity building has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity building inherits from the following supertypes:
structural_frame_item
Subtypes
Entity building has the following subtypes:
building_with_shape*
* - Immediate Subtypes
Referenced By
Entity building 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