ENTITY product_concept

(* SCHEMA product_concept_schema; *)
ENTITY product_concept;
  id                  : identifier;
  name                : label;
  description         : OPTIONAL text;
  market_context      : product_concept_context;
UNIQUE
  UR1: id;
END_ENTITY;

Explicit Attributes

Entity product_concept has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)product_concept
 namelabel (STRING)product_concept
 descriptiontext (STRING)product_concept
 market_contextproduct_concept_context (ENTITY)product_concept

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity product_concept and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 product_concept_feature_association ENTITY product_concept
 product_concept_relationship ENTITY product_concept
 configuration_item ENTITY product_concept


[Top Level Definitions] [Exit]

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