ENTITY action_directive_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY action_directive_relationship;
      name : label;
      description : OPTIONAL STRING;
      relating : action_directive;
      related : action_directive;
      relation_type : STRING;
   WHERE
      WR1:
         acyclic_action_directive_relationship(SELF, [ related ], 'STEP_MERGED_AP_SCHEMA.ACTION_DIRECTIVE_RELATIONSHIP');
END_ENTITY;

Explicit Attributes

Entity action_directive_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_directive_relationship
 descriptionSTRINGaction_directive_relationship
 relatingaction_directive (ENTITY)action_directive_relationship
 relatedaction_directive (ENTITY)action_directive_relationship
 relation_typeSTRINGaction_directive_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity action_directive_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_action_directive_relationship FUNCTION action_directive_relationship
 classification_item SELECT action_directive_relationship
 description_item SELECT action_directive_relationship
 effectivity_item SELECT action_directive_relationship
 identification_item SELECT action_directive_relationship
 multi_language_attribute_item SELECT action_directive_relationship


[Top Level Definitions] [Exit]

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