ENTITY project_plan_item
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY project_plan_item
SUPERTYPE OF (ONEOF(project_process_item))
SUBTYPE OF (structural_frame_item);
item_for_plan : project_plan;
start_date : date_and_time;
end_date : date_and_time;
item_duration : time_measure_with_unit;
actors : OPTIONAL SET [1:?] OF project_organization;
sequence_number : OPTIONAL INTEGER;
item_status : OPTIONAL label;
UNIQUE
URP4 : SELF\structural_frame_item.item_number, item_for_plan;
WHERE
WRP26 : NOT (EXISTS(actors) AND
(SIZEOF(QUERY(the_project <* actors | the_project.related_project :<>:
(item_for_plan.related_project)) ) <> 0));
END_ENTITY;
Explicit Attributes
Entity project_plan_item has the following local and inherited explicit attributes:
Derived Attributes
Entity project_plan_item has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity project_plan_item inherits from the following supertypes:
structural_frame_item
Subtypes
Entity project_plan_item has the following subtypes:
project_process_item*
* - Immediate Subtypes
Referenced By
Entity project_plan_item 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