Navigation

organization_relationship_contractual

EXPRESS specification:

ENTITY organization_relationship_contractual
SUBTYPE OF ( organization_relationship);
assigned_contract  :  contract;
effective_start_date  :  date_and_time;
effective_end_date  :  OPTIONAL date_and_time;
UNIQUE
URO1  :  name, relating_organization, related_organization;
WHERE
WRO4  :  acyclic_organization_relationship(SELF, [SELF\organization_relationship.related_organization], 'STRUCTURAL_FRAME_SCHEMA.ORGANIZATION_RELATIONSHIP.RELATED_ORGANIZATION');
END_ENTITY;

References (1):

Name Type Referred through Express-G
organization_relationship Entity
Subtype
No Diagram

Inheritance graph

ENTITY organization_relationship_contractual;
ENTITY organization_relationship;
name  :  label;
description  :  OPTIONAL text;
relating_organization  :  organization;
related_organization  :  organization;
ENTITY organization_relationship_contractual;
assigned_contract  :  contract;
effective_start_date  :  date_and_time;
effective_end_date  :  OPTIONAL date_and_time;
END_ENTITY;