ENTITY product_relationship

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

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
 drawing_suffix_number_combination_identification_constraint RULE product_relationship


[Top Level Definitions] [Exit]

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