ENTITY product_concept_relationship

(* SCHEMA product_concept_schema; *)
ENTITY product_concept_relationship;
  name                     : label;
  description              : OPTIONAL text;
  relating_product_concept : product_concept;
  related_product_concept  : product_concept;
END_ENTITY;

Explicit Attributes

Entity product_concept_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)product_concept_relationship
 descriptiontext (STRING)product_concept_relationship
 relating_product_conceptproduct_concept (ENTITY)product_concept_relationship
 related_product_conceptproduct_concept (ENTITY)product_concept_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