ENTITY structural_frame_item_approved
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY structural_frame_item_approved;
approved_item : structural_frame_item;
assigned_approval : approval;
UNIQUE
URS1 : approved_item, assigned_approval;
END_ENTITY;
Explicit Attributes
Entity structural_frame_item_approved has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
approved_item | structural_frame_item (ENTITY) | structural_frame_item_approved |
assigned_approval | approval (ENTITY) | structural_frame_item_approved |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity structural_frame_item_approved 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