ENTITY product_definition_occurrence_relationship
(* SCHEMA technical_data_packaging; *)
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; -- product_definition_occurrence_relationship
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
2012-03-27T17:18:35-04:00