ENTITY product_definition_occurrence_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
ENTITY product_definition_occurrence_relationship;
      name : label;
      description : OPTIONAL text;
      occurrence : product_definition;
      occurrence_usage : assembly_component_usage;
   WHERE
      WR1:
         occurrence_usage.relating_product_definition :<>: occurrence;
      wr2:
         occurrence_usage.related_product_definition :<>: occurrence;
      wr3:
         occurrence.formation :=: occurrence_usage.related_product_definition.formation;
END_ENTITY;

Explicit Attributes

Entity product_definition_occurrence_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)product_definition_occurrence_relationship
 descriptiontext (STRING)product_definition_occurrence_relationship
 occurrenceproduct_definition (ENTITY)product_definition_occurrence_relationship
 occurrence_usageassembly_component_usage (ENTITY)product_definition_occurrence_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity product_definition_occurrence_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 document_reference_item SELECT product_definition_occurrence_relationship


[Top Level Definitions] [Exit]

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