ENTITY project_plan_item_relationship

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY project_plan_item_relationship;
 	relationship_name : label;
 	relationship_description : OPTIONAL text;
 	related_plan_item : project_plan_item;
	relating_plan_item : project_plan_item;
WHERE
 	WRP24 : related_plan_item :<>: relating_plan_item;
END_ENTITY;

Explicit Attributes

Entity project_plan_item_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 relationship_namelabel (STRING)project_plan_item_relationship
 relationship_descriptiontext (STRING)project_plan_item_relationship
 related_plan_itemproject_plan_item (ENTITY)project_plan_item_relationship
 relating_plan_itemproject_plan_item (ENTITY)project_plan_item_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity project_plan_item_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 select_project_definition_item SELECT project_plan_item_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00