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.
Table 5.6. 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..* | Component | ActionExpressionType | |
ChangeStatus | Communicates the Change Status. | 0..1 | Component | ChangeStatusType |
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.6. ActionCriteria
<ActionCriteria> <ActionExpression>......</ActionExpression> [0..*] <ChangeStatus>......</ChangeStatus> [0..1] </ActionCriteria>