ENTITY collection_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY collection_relationship
SUBTYPE OF (product_relationship);
SELF\product_relationship.relating_product : collection;
SELF\product_relationship.related_product : collection;
DERIVE
related_collection : collection := SELF\product_relationship.related_product;
relating_collection : collection := SELF\product_relationship.relating_product;
END_ENTITY;
Explicit Attributes
Entity collection_relationship has the following local and inherited explicit attributes:
Derived Attributes
Entity collection_relationship has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
related_collection | collection (ENTITY) | collection_relationship |
relating_collection | collection (ENTITY) | collection_relationship |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity collection_relationship inherits from the following supertypes:
product_relationship
Subtypes
No subtypesReferenced By
Entity collection_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:30-04:00