ENTITY product_definition_process

(* SCHEMA cast_parts_schema; *)
  ENTITY product_definition_process
    SUBTYPE OF (action);
      identification : identifier;
    INVERSE
      product_definitions : SET [1:?] OF process_product_association FOR 
                               process;
  END_ENTITY; -- product_definition_process

Explicit Attributes

Entity product_definition_process has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action
 descriptiontext (STRING)action
 chosen_methodaction_method (ENTITY)action
 identificationidentifier (STRING)product_definition_process

Derived Attributes

Entity product_definition_process has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)action

Inverse Attributes

Entity product_definition_process has the following local and inherited inverse attributes:
AttributeTypeDefined By
 product_definitionsSET OF process_product_association (ENTITY)product_definition_process

Supertypes

Entity product_definition_process inherits from the following supertypes:
  action

Subtypes

Entity product_definition_process has the following subtypes:
    inspection_plan*
    process_plan_version*
* - Immediate Subtypes

Referenced By

Entity product_definition_process and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_assignment ENTITY action
 action_relationship ENTITY action
 characterized_action_definition SELECT action
 date_item SELECT action
 document_reference_item SELECT action
 id_attribute_select SELECT action
 ordered_item SELECT action
 person_and_organization_item SELECT action
 process_or_process_relationship SELECT product_definition_process
 process_plan_version ENTITY action
 process_product_association ENTITY product_definition_process
 security_classification_item SELECT action
 supported_item SELECT action


[Top Level Definitions] [Exit]

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