ENTITY casting_equipment_setup

(* SCHEMA cast_parts_schema; *)
  ENTITY casting_equipment_setup
    SUBTYPE OF (machine_setup);
    WHERE
 
  wr1: (NOT(SIZEOF(QUERY ( sar <* USEDIN(SELF,
       'CAST_PARTS_SCHEMA.ACTION_RESOURCE_REQUIREMENT.OPERATIONS') |
       (('CAST_PARTS_SCHEMA.REQUIREMENT_FOR_ACTION_RESOURCE' 
       IN TYPEOF(sar)) AND 
       (SIZEOF(QUERY( equ <* sar.resources |
       ('CAST_PARTS_SCHEMA.CASTING_EQUIPMENT' IN TYPEOF(equ)))) 
         =1 ))))=0));

  END_ENTITY; -- casting_equipment_setup

Explicit Attributes

Entity casting_equipment_setup has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_method
 descriptiontext (STRING)action_method
 consequencetext (STRING)action_method
 purposetext (STRING)action_method

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity casting_equipment_setup inherits from the following supertypes:
  action_method
    process_plan_activity
      machine_setup

Subtypes

    No subtypes

Referenced By

Entity casting_equipment_setup and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action ENTITY action_method
 action_method_assignment ENTITY action_method
 action_method_relationship ENTITY action_method
 action_request_solution ENTITY action_method
 approved_item SELECT action_method
 characterized_action_definition SELECT action_method
 document_reference_item SELECT action_method
 organization_item SELECT action_method
 security_classification_item SELECT action_method
 supported_item SELECT action_method


[Top Level Definitions] [Exit]

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