ENTITY right_to_usage_association

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP203e2
-- IN AP203e2/AP238 STEP-NC/AP242
ENTITY right_to_usage_association
   SUBTYPE OF (action_method_relationship);
      SELF\action_method_relationship.relating_method : information_usage_right;
      SELF\action_method_relationship.related_method : information_right;
   DERIVE
      right_applied : information_right := SELF\action_method_relationship.related_method;
      right_usage : information_usage_right := SELF\action_method_relationship.relating_method;
END_ENTITY;

Explicit Attributes

Entity right_to_usage_association has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_method_relationship
 descriptiontext (STRING)action_method_relationship
 relating_methodinformation_usage_right (ENTITY)right_to_usage_association(Redcl from action_method_relationship)
 related_methodinformation_right (ENTITY)right_to_usage_association(Redcl from action_method_relationship)

Derived Attributes

Entity right_to_usage_association has the following local and inherited derived attributes:
AttributeTypeDefined By
 right_appliedinformation_right (ENTITY)right_to_usage_association
 right_usageinformation_usage_right (ENTITY)right_to_usage_association

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity right_to_usage_association inherits from the following supertypes:
  action_method_relationship

Subtypes

    No subtypes

Referenced By

Entity right_to_usage_association and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT action_method_relationship
 action_method_items SELECT action_method_relationship
 approval_item SELECT action_method_relationship
 attribute_classification_item SELECT action_method_relationship
 attribute_language_item SELECT action_method_relationship
 change_management_object SELECT action_method_relationship
 characterized_action_definition SELECT action_method_relationship
 classification_item SELECT action_method_relationship
 contract_item SELECT action_method_relationship
 description_item SELECT action_method_relationship
 document_reference_item SELECT action_method_relationship
 effectivity_item SELECT action_method_relationship
 external_identification_item SELECT action_method_relationship
 general_organizational_data_select SELECT action_method_relationship
 get_relating_amr FUNCTION action_method_relationship
 identification_item SELECT action_method_relationship
 multi_language_attribute_item SELECT action_method_relationship
 project_item SELECT action_method_relationship
 right_to_usage_association ENTITY action_method_relationship
 security_classification_item SELECT action_method_relationship
 usage_association ENTITY action_method_relationship


[Top Level Definitions] [Exit]

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