ENTITY alternate_product_relationship

(* SCHEMA step_ship_schema; *)
-- ONLY IN AP203
ENTITY alternate_product_relationship;
      name       : label;
      definition : text;
      alternate  : product;
      base       : product;
      basis      : text;
    UNIQUE
      ur1 : alternate, base;
    WHERE
      wr1: (alternate :<>: base);
END_ENTITY;

Explicit Attributes

Entity alternate_product_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)alternate_product_relationship
 definitiontext (STRING)alternate_product_relationship
 alternateproduct (ENTITY)alternate_product_relationship
 baseproduct (ENTITY)alternate_product_relationship
 basistext (STRING)alternate_product_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-24T12:42:20-04:00