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

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
          issue_reference_mapping.items
                    issue_reference_item
                              ap233_issue_reference_item

Global rules for this entity data type

          -