ENTITY description_text_assignment_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY description_text_assignment_relationship;
      id : OPTIONAL identifier;
      description : OPTIONAL text;
      relating : description_text_assignment;
      related : description_text_assignment;
      relation_type : STRING;
   WHERE
      WR1:
         acyclic_description_text_assignment_relationship(SELF, [ related ], 'STEP_MERGED_AP_SCHEMA.DESCRIPTION_TEXT_ASSIGNMENT_RELATIONSHIP');
END_ENTITY;
Explicit Attributes
Entity description_text_assignment_relationship has the following local and inherited explicit attributes:
| | Attribute | Type | Defined By | 
|---|
 | id | identifier (STRING) | description_text_assignment_relationship |  | description | text (STRING) | description_text_assignment_relationship |  | relating | description_text_assignment (ENTITY) | description_text_assignment_relationship |  | related | description_text_assignment (ENTITY) | description_text_assignment_relationship |  | relation_type | STRING | description_text_assignment_relationship | 
 | 
Derived Attributes
    No derived attributes
Inverse Attributes
    No Inverse AttributesSupertypes
    No supertypesSubtypes
Entity description_text_assignment_relationship has the following subtypes:
    applied_description_text_assignment_relationship*
* - Immediate Subtypes
Referenced By
Entity description_text_assignment_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:15-04:00