ENTITY assignment_object_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY assignment_object_relationship;
      id : OPTIONAL identifier;
      description : OPTIONAL text;
      relating : assignment_object_select;
      related : assignment_object_select;
      relation_type : STRING;
   WHERE
      WR1:
         acyclic_assignment_object_relationship(SELF, [ related ], 'STEP_MERGED_AP_SCHEMA.ASSIGNMENT_OBJECT_RELATIONSHIP');
END_ENTITY;

Explicit Attributes

Entity assignment_object_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)assignment_object_relationship
 descriptiontext (STRING)assignment_object_relationship
 relatingassignment_object_select (SELECT)assignment_object_relationship
 relatedassignment_object_select (SELECT)assignment_object_relationship
 relation_typeSTRINGassignment_object_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity assignment_object_relationship has the following subtypes:
    ap242_assignment_object_relationship*
* - Immediate Subtypes

Referenced By

Entity assignment_object_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT assignment_object_relationship
 acyclic_assignment_object_relationship FUNCTION assignment_object_relationship
 ap242_assignment_object_relationship ENTITY assignment_object_relationship
 change_management_object SELECT assignment_object_relationship
 classification_item SELECT assignment_object_relationship
 description_item SELECT assignment_object_relationship
 effectivity_item SELECT assignment_object_relationship
 identification_item SELECT assignment_object_relationship
 multi_language_attribute_item SELECT assignment_object_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:01-05:00