ENTITY alternate_product_relationship

(* SCHEMA technical_data_packaging; *)
  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; -- alternate_product_relationship

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

Entity alternate_product_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 document_reference_item SELECT alternate_product_relationship


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:41:53-04:00