ENTITY alternate_product_relationship

(* SCHEMA step_merged_ap_schema; *)
-- CASE DIFF IN AP214
-- CASE DIFF IN AP232
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
ENTITY alternate_product_relationship;
      name : label;
      definition : OPTIONAL text;
      alternate : product;
      base : product;
      basis : text;
   UNIQUE
      UR1 : alternate, base;
   WHERE
      WR1:
         alternate :<>: base;
END_ENTITY;

Explicit Attributes

Entity alternate_product_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)alternate_product_relationship
 definitiontext (STRING)alternate_product_relationship
 alternateproduct (ENTITY)alternate_product_relationship
 baseproduct (ENTITY)alternate_product_relationship
 basistext (STRING)alternate_product_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity alternate_product_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT alternate_product_relationship
 action_items SELECT alternate_product_relationship
 action_request_item SELECT alternate_product_relationship
 analysed_item SELECT alternate_product_relationship
 approval_item SELECT alternate_product_relationship
 attribute_classification_item SELECT alternate_product_relationship
 attribute_language_item SELECT alternate_product_relationship
 certification_item SELECT alternate_product_relationship
 classification_item SELECT alternate_product_relationship
 contract_item SELECT alternate_product_relationship
 date_and_time_item SELECT alternate_product_relationship
 date_item SELECT alternate_product_relationship
 description_item SELECT alternate_product_relationship
 document_reference_item SELECT alternate_product_relationship
 event_occurrence_item SELECT alternate_product_relationship
 general_organizational_data_select SELECT alternate_product_relationship
 groupable_item SELECT alternate_product_relationship
 identification_item SELECT alternate_product_relationship
 multi_language_attribute_item SELECT alternate_product_relationship
 organization_item SELECT alternate_product_relationship
 person_and_organization_item SELECT alternate_product_relationship
 requirement_assigned_item SELECT alternate_product_relationship
 restrict_multi_language_for_alternate_product_relationship RULE alternate_product_relationship
 state_observed_of_item SELECT alternate_product_relationship
 state_type_of_item SELECT alternate_product_relationship
 time_interval_item SELECT alternate_product_relationship


[Top Level Definitions] [Exit]

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