ENTITY product_concept

(* SCHEMA engineering_properties_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
 configuration_item ENTITY product_concept


[Top Level Definitions] [Exit]

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