ENTITY project_organization

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY project_organization;
 	project_participant : person_and_organization;
 	related_project : project;
 	role : person_and_organization_role;
END_ENTITY;

Explicit Attributes

Entity project_organization has the following local and inherited explicit attributes:
AttributeTypeDefined By
 project_participantperson_and_organization (ENTITY)project_organization
 related_projectproject (ENTITY)project_organization
 roleperson_and_organization_role (ENTITY)project_organization

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity project_organization and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 project_plan ENTITY project_organization
 project_plan_item ENTITY project_organization
 select_project_definition_item SELECT project_organization


[Top Level Definitions] [Exit]

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