ENTITY product

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (product_definition_schema); *)
ENTITY product;
  id : identifier;
  name : label;
  description : OPTIONAL text;
  frame_of_reference : SET[1:?] OF product_context;
END_ENTITY;

Explicit Attributes

Entity product has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)product
 namelabel (STRING)product
 descriptiontext (STRING)product
 frame_of_referenceSET OF product_context (ENTITY)product

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity product has the following subtypes:
    product_as_individual*
* - Immediate Subtypes

Referenced By

Entity product and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 alternate_product_relationship ENTITY product
 approval_item SELECT product
 attribute_language_item SELECT product
 categories_of_product FUNCTION product
 classification_item SELECT product
 date_and_time_item SELECT product
 date_item SELECT product
 document_reference_item SELECT product
 effectivity_item SELECT product
 event_occurrence_item SELECT product
 identification_item SELECT product
 multi_language_attribute_item SELECT product
 organization_item SELECT product
 person_and_organization_item SELECT product
 product_definition_formation ENTITY product
 product_design_to_individual ENTITY product
 product_or_formation_or_definition SELECT product
 product_related_product_category ENTITY product
 product_relationship ENTITY product
 restrict_multi_language_for_product RULE product
 restrict_product_category_for_product RULE product
 security_classification_item SELECT product


[Top Level Definitions] [Exit]

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