ENTITY organization_relationship_contractual
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
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 : SELF\organization_relationship.name,
SELF\organization_relationship.relating_organization,
SELF\organization_relationship.related_organization;
WHERE
WRO4 : acyclic_organization_relationship(SELF,
[SELF\organization_relationship.related_organization],
'STRUCTURAL_FRAME_SCHEMA.ORGANIZATION_RELATIONSHIP.RELATED_ORGANIZATION');
END_ENTITY;
Explicit Attributes
Entity organization_relationship_contractual has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity organization_relationship_contractual inherits from the following supertypes:
organization_relationship
Subtypes
No subtypesReferenced By
Entity organization_relationship_contractual 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