|
ENTITY collection_relationship SUBTYPE OF (product_relationship); SELF\product_relationship.relating_product RENAMED relating_collection : collection; SELF\product_relationship.related_product RENAMED related_collection : collection; END_ENTITY; -- collection_relationship |
Entity data types and their attributesproduct_relationshipid: identifier; name: label; (OPT) description: text; relating_product: product; related_product: product; collection_relationship (RT) relating_product->relating_collection: collection; (RT) related_product->related_collection: collection; |
Global rules for this entity data type- |