ENTITY product_relationship

(* SCHEMA product_definition_schema; *)
  ENTITY product_relationship;
    id : identifier;
    name : label;
    description : OPTIONAL text;
    relating_product : product;
    related_product : product;
  END_ENTITY;

Explicit Attributes

Entity product_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)product_relationship
 namelabel (STRING)product_relationship
 descriptiontext (STRING)product_relationship
 relating_productproduct (ENTITY)product_relationship
 related_productproduct (ENTITY)product_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity product_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_product_relationship FUNCTION product_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:58-04:00