|
ENTITY product_category_relationship; name : label; description : OPTIONAL text; category : product_category; sub_category : product_category; WHERE WR1: acyclic_product_category_relationship (SELF, [SELF.sub_category]); END_ENTITY; -- product_category_relationship |
Entity data types and their attributesproduct_category_relationshipname: label; (OPT) description: text; category: product_category; sub_category: product_category; |
Global rules for this entity data type- |