ENTITY product

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

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

    No subtypes

Referenced By

Entity product and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 alternate_product_relationship ENTITY product
 data_definition_exchange_categorized_as_document RULE product
 data_definition_exchange_restrict_to_one_presentation RULE product
 document_reference_item SELECT product
 drawing_suffix_number_combination_identification_constraint RULE product
 identification_item SELECT product
 indentured_list_method_identification_constraint RULE product
 organization_item SELECT product
 person_and_organization_item SELECT product
 product_definition_formation ENTITY product
 product_or_formation_or_definition SELECT product
 product_related_product_category ENTITY product
 product_relationship ENTITY product
 product_requires_category RULE product
 product_requires_version RULE product


[Top Level Definitions] [Exit]

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