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:
AttributeTypeDefined By
 ididentifier (STRING)description_text_assignment_relationship
 descriptiontext (STRING)description_text_assignment_relationship
 relatingdescription_text_assignment (ENTITY)description_text_assignment_relationship
 relateddescription_text_assignment (ENTITY)description_text_assignment_relationship
 relation_typeSTRINGdescription_text_assignment_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

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:
DefinitionTypeReferenced Entity
 acyclic_description_text_assignment_relationship FUNCTION description_text_assignment_relationship
 applied_description_text_assignment_relationship ENTITY description_text_assignment_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:15-04:00