ActionCriteria

Uses the Component: ActionCriteriaType

Identifies with the ActionExpression the level by carrying a value of the expressionLanguage (this is typically XPath) within the BOD that the actionCode is to be performed. The ChangeStatus communicates just that the Change Status.

Fields and Components

Table 5.5. Fields and Components

Name Description Occurrence Type Data Type User Notes
ActionExpression Identifies the level or field items that the specified action is to be performed upon.0..*ComponentActionExpressionType 
ChangeStatus Communicates the Change Status.0..1ComponentChangeStatusType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 5.5. ActionCriteria

<ActionCriteria>
     <ActionExpression>......</ActionExpression>     [0..*]
     <ChangeStatus>......</ChangeStatus>     [0..1]
</ActionCriteria>