ENTITY manufacturing_activity

(* SCHEMA process_planning_schema; *)
  ENTITY manufacturing_activity
    SUPERTYPE OF (ONEOF (ancillary_activity,part_routing,part_unmounting,
        process_activity,validation,part_mounting))
    SUBTYPE OF (process_plan_activity);
    WHERE
      wr1: (NOT ('PROCESS_PLANNING_SCHEMA.ACTION_METHOD_WITH_ASSOCIATED_DOCUMENTS' 
               IN TYPEOF(SELF))) OR (SIZEOF(QUERY ( adr <* SELF\
               action_method_with_associated_documents.documents | (
               'PROCESS_PLANNING_SCHEMA.CONTROLLER_PROGRAM' IN TYPEOF(adr)) )) 
               <= 1);
      wr2: SIZEOF(QUERY ( sar <* USEDIN(SELF,'PROCESS_PLANNING_SCHEMA.ACTION_METHOD_ASSIGNMENT.ASSIGNED_ACTION_METHOD')
                | ((
               'PROCESS_PLANNING_SCHEMA.APPLIED_ACTION_METHOD_ASSIGNMENT' 
               IN TYPEOF(sar)) AND (NOT (SIZEOF(QUERY ( edi <* sar.items | 
               ('PROCESS_PLANNING_SCHEMA.EXTERNALLY_DEFINED_SCHEMA' IN 
               TYPEOF(edi)) )) <= 1))) )) = 0;
  END_ENTITY; -- manufacturing_activity

Explicit Attributes

Entity manufacturing_activity 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 manufacturing_activity inherits from the following supertypes:
  action_method
    process_plan_activity

Subtypes

Entity manufacturing_activity has the following subtypes:
    ancillary_activity*
    pallet_machine_mounting
    part_fixture_mounting
    part_machine_mounting
    part_mounting*
    part_routing*
    part_unmounting*
    process_activity*
    validation*
* - Immediate Subtypes

Referenced By

Entity manufacturing_activity 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
 characterized_action_definition SELECT action_method
 document_reference_item SELECT process_plan_activity
 document_reference_item SELECT action_method
 document_reference_item SELECT manufacturing_activity
 organization_item SELECT process_plan_activity
 process_plan_activity ENTITY manufacturing_activity
 security_classification_item SELECT process_plan_activity
 supported_item SELECT action_method


[Top Level Definitions] [Exit]

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