ENTITY machining_setup

(* SCHEMA integrated_cnc_schema; *)
ENTITY machining_setup
  SUBTYPE OF (product);
  WHERE
  WR1: (0 = SIZEOF (QUERY (pdf <* USEDIN (SELF,
          'INTEGRATED_CNC_SCHEMA.' +
          'PRODUCT_DEFINITION_FORMATION.OF_PRODUCT') | NOT

          (0 = SIZEOF (QUERY (pd <* USEDIN (pdf,
           'INTEGRATED_CNC_SCHEMA.PRODUCT_DEFINITION.FORMATION') | NOT

          -- it has one associated security plane.
          (1 = SIZEOF (QUERY (prop <* USEDIN (pd,
             'INTEGRATED_CNC_SCHEMA.PROPERTY_DEFINITION.DEFINITION') |
             (prop.name = 'security plane'))))
          )))
        )));
END_ENTITY; -- 10303-238: integrated_cnc_schema

Explicit Attributes

Entity machining_setup 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

Entity machining_setup inherits from the following supertypes:
  product

Subtypes

    No subtypes

Referenced By

Entity machining_setup 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:21-02:00