ActionExpression

Uses the Component: ActionExpressionType

Awaiting clear definition for OAGI.

Fields and Components

Table 5.6. Attributes

Name Description Occurrence Type Data Type User Notes
actionCode The action to be performed. This could be Add, Change, Replace, Delete, etc. See the code list for acceptable values. 1..1Attributeoacl:ActionCodeContentType 
expressionLanguage

The expressionLanguage indicates the expression language being used. In order for the ReturnCriteria expression to be evaluable by the BOD recipient, the recipient must be capable of processing and interpreting the specified expression language. XPath is the default, due to its ubiquity among XML processing technologies.

1..1Attributexsd:token 

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.6. ActionExpression

<ActionExpression @actionCode="Add" expressionLanguage="XPATH">
    An XPath Expression would go here
</ActionExpression>