ENTITY product_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP232/AP238 STEP-NC/AP242
ENTITY product_relationship;
      id : identifier;
      name : label;
      description : OPTIONAL text;
      relating_product : product;
      related_product : product;
END_ENTITY;

Explicit Attributes

Entity product_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)product_relationship
 namelabel (STRING)product_relationship
 descriptiontext (STRING)product_relationship
 relating_productproduct (ENTITY)product_relationship
 related_productproduct (ENTITY)product_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity product_relationship has the following subtypes:
    collection_relationship*
    envelope_relationship*
    message_relationship*
    product_design_to_individual*
* - Immediate Subtypes

Referenced By

Entity product_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT product_relationship
 analysed_item SELECT product_relationship
 approval_item SELECT product_relationship
 certification_item SELECT product_relationship
 classification_item SELECT product_relationship
 collection_relationship ENTITY product_relationship
 description_item SELECT product_relationship
 document_reference_item SELECT product_relationship
 drawing_suffix_number_combination_identification_constraint RULE product_relationship
 effectivity_item SELECT product_relationship
 evidence_item SELECT product_relationship
 general_organizational_data_select SELECT product_relationship
 groupable_item SELECT product_relationship
 identification_item SELECT product_relationship
 message_relationship ENTITY product_relationship
 multi_language_attribute_item SELECT product_relationship
 product_design_to_individual ENTITY product_relationship
 security_classification_item SELECT product_relationship


[Top Level Definitions] [Exit]

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