ENTITY product

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

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:
    machining_project*
    machining_setup*
* - Immediate Subtypes

Referenced By

Entity product and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 approval_item SELECT product
 date_and_time_item SELECT product
 date_item SELECT product
 organization_item SELECT product
 person_and_organization_item SELECT product
 product_definition_formation ENTITY product
 product_related_product_category ENTITY product
 product_requires_version RULE product


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:22-02:00