ENTITY project_plan
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY project_plan
SUBTYPE OF (structural_frame_item);
project_plan_author : project_organization;
project_plan_date : date_and_time;
related_project : project;
INVERSE
items : SET [1:?] OF project_plan_item FOR item_for_plan;
UNIQUE
URP3 : SELF\structural_frame_item.item_number, related_project;
WHERE
WRP25 : project_plan_author.related_project :=: related_project;
END_ENTITY;
Explicit Attributes
Entity project_plan has the following local and inherited explicit attributes:
Derived Attributes
Entity project_plan has the following local and inherited derived attributes:
Inverse Attributes
Entity project_plan has the following local and inherited inverse attributes:
Supertypes
Entity project_plan inherits from the following supertypes:
structural_frame_item
Subtypes
No subtypesReferenced By
Entity project_plan 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