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:
Attribute | Type | Defined By |
---|
name | label (STRING) | organization_relationship |
description | text (STRING) | organization_relationship |
relating_organization | organization (ENTITY) | organization_relationship |
related_organization | organization (ENTITY) | organization_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00