ENTITY product_category_relationship
(* SCHEMA step_ship_schema; *)
-- ONLY IN AP203/AP216/AP218
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:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | product_category_relationship |
| description | text (STRING) | product_category_relationship |
| category | product_category (ENTITY) | product_category_relationship |
| sub_category | product_category (ENTITY) | product_category_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity product_category_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-24T12:42:21-04:00