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:
Attribute | Type | Defined By |
---|
id | identifier (STRING) | product_relationship |
name | label (STRING) | product_relationship |
description | text (STRING) | product_relationship |
relating_product | product (ENTITY) | product_relationship |
related_product | product (ENTITY) | product_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00