Overview Schemas Index

product_definition_schema         


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 attributes

product_category_relationship
          name: label;
          (OPT) description: text;
          category: product_category;
          sub_category: product_category;

Users: by entity attributes

product_category_relationship
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object

Users: by defined types, not used by any entity attribute

product_category_relationship
          ap210_managed_design_object
                    design_object_management_assignment.items
                    frozen_assignment.items

Global rules for this entity data type

          -