ENTITY change_action

(* SCHEMA plant_spatial_configuration; *)
   ENTITY change_action
   SUBTYPE OF (directed_action);
   WHERE
      WR1:
         SIZEOF(QUERY (ca <* USEDIN(SELF, 
'PLANT_SPATIAL_CONFIGURATION.' + 'ACTION_ASSIGNMENT.ASSIGNED_ACTION')| 
('PLANT_SPATIAL_CONFIGURATION.' + 
'PLANT_SPATIAL_CONFIGURATION_CHANGE_ASSIGNMENT' IN TYPEOF(ca)))) >= 1;
      WR2:
         SIZEOF(QUERY (ar <* SELF\directed_action.directive.requests| 
NOT (SIZEOF(USEDIN(ar, 'PLANT_SPATIAL_CONFIGURATION.' + 
'ACTION_REQUEST_SOLUTION.REQUEST')) = 1))) = 0;
      WR3:
         SIZEOF(USEDIN(SELF, 
'PLANT_SPATIAL_CONFIGURATION.ACTION_STATUS.' + 'ASSIGNED_ACTION')) = 1;
   END_ENTITY;

Explicit Attributes

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

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity change_action inherits from the following supertypes:
  action
    executed_action
      directed_action

Subtypes

    No subtypes

Referenced By

Entity change_action and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_assignment ENTITY action
 action_relationship ENTITY action
 action_status ENTITY executed_action
 approval_item SELECT change_action
 change_action ENTITY directed_action
 change_action_requires_date RULE change_action
 change_life_cycle_item SELECT directed_action
 characterized_action_definition SELECT action
 dated_item SELECT change_action
 date_and_time_item SELECT change_action
 id_attribute_select SELECT action
 plant_spatial_configuration_organization_item SELECT change_action
 supported_item SELECT action


[Top Level Definitions] [Exit]

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