|
ENTITY process_operation SUBTYPE OF (action_method); WHERE WR1: SIZEOF( QUERY( amr <* USEDIN(SELF,'ACTION_SCHEMA.ACTION_METHOD_RELATIONSHIP.' + 'RELATING_METHOD') | NOT('PROCESS_PLAN_MIM.PROCESS_OPERATION' IN TYPEOF(amr\action_method_relationship.related_method)) OR (SELF :=: amr\action_method_relationship.related_method) )) = 0; WR2: SIZEOF( QUERY( amr <* USEDIN(SELF,'ACTION_SCHEMA.ACTION_METHOD_RELATIONSHIP.' + 'RELATED_METHOD') | NOT('PROCESS_PLAN_MIM.PROCESS_OPERATION' IN TYPEOF(amr\action_method_relationship.relating_method)) OR (SELF :=: amr\action_method_relationship.relating_method) )) = 0; END_ENTITY; -- process_operation |
Entity data types and their attributesaction_methodname: label; (OPT) description: text; consequence: text; purpose: text; process_operation - |
Global rules for this entity data type- |