ENTITY product_concept

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_mim_lf; *)

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

Entity product_concept has the following subtypes:
    product_class*
* - Immediate Subtypes

Referenced By

Entity product_concept and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 attribute_classification_item SELECT product_concept
 attribute_language_item SELECT product_concept
 classification_item SELECT product_concept
 configuration_item ENTITY product_concept
 identification_item SELECT product_concept
 managed_design_object SELECT product_concept
 multi_language_attribute_item SELECT product_concept
 presented_item_select SELECT product_concept
 product_concept_feature_association ENTITY product_concept
 product_concept_relationship ENTITY product_concept
 project_item SELECT product_concept


[Top Level Definitions] [Exit]

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