ENTITY organization_relationship

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY organization_relationship
SUPERTYPE OF (organization_relationship_contractual);
	name : label;
 	description : OPTIONAL text;
 	relating_organization : organization;
	related_organization : organization;
END_ENTITY;  (*  STEP Part 41 2nd edition expanded *) 

Explicit Attributes

Entity organization_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)organization_relationship
 descriptiontext (STRING)organization_relationship
 relating_organizationorganization (ENTITY)organization_relationship
 related_organizationorganization (ENTITY)organization_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity organization_relationship has the following subtypes:
    organization_relationship_contractual*
* - Immediate Subtypes

Referenced By

Entity organization_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_organization_relationship FUNCTION organization_relationship
 organization_relationship_contractual ENTITY organization_relationship
 select_generic_item SELECT organization_relationship


[Top Level Definitions] [Exit]

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