Expression

Uses the Component: ExpressionType

Expression is used to specify a filter or selection criteria.

Fields and Components

Table 5.7. Fields and Components

Name Description Occurrence Type Data Type User Notes
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.

0..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.7. Expression

<Expression @expressionLanguage="XPATH">
    An XPATH or other Expression Language syntax.
</Expression>