ENTITY alternate_product_relationship

(* SCHEMA product_structure_schema; *)
ENTITY alternate_product_relationship;
  name        : label;
  definition  : OPTIONAL 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 Tools® EXPRESS to HTML Converter
2012-03-27T17:13:58-04:00