ENTITY product

(* SCHEMA plant_spatial_configuration; *)
   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:
    plant*
* - Immediate Subtypes

Referenced By

Entity product and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_request_item SELECT product
 associated_item SELECT product
 change_item SELECT product
 classification_item SELECT product
 dated_item SELECT product
 date_and_time_item SELECT product
 document_item SELECT product
 effectivity_item SELECT product
 product_definition_formation ENTITY product
 product_or_formation_or_definition SELECT product
 purchase_item SELECT product


[Top Level Definitions] [Exit]

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