ENTITY product_category_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP214/AP232/AP238 STEP-NC/AP242
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;

Explicit Attributes

Entity product_category_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)product_category_relationship
 descriptiontext (STRING)product_category_relationship
 categoryproduct_category (ENTITY)product_category_relationship
 sub_categoryproduct_category (ENTITY)product_category_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity product_category_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_product_category_relationship FUNCTION product_category_relationship
 product_category_graph_members FUNCTION product_category_relationship
 reference_document_requires_subcategorization RULE product_category_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:18-04:00