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:
Attribute | Type | Defined By |
---|
name | label (STRING) | product_definition_occurrence_relationship |
description | text (STRING) | product_definition_occurrence_relationship |
occurrence | product_definition (ENTITY) | product_definition_occurrence_relationship |
occurrence_usage | assembly_component_usage (ENTITY) | product_definition_occurrence_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity product_definition_occurrence_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00