Definition Type: ComplexType
Name: ActionExpressionType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis:TokenType
Containing Schema: Meta.xsd
Abstract
Documentation:
ReturnCriteria identifies the content that is to be returned, given query success. In essence, the expression here has the effect of filtering the part(s) of the found element(s) that are to be returned. ReturnCriteria plays no role in the query itself. That is handled as a match against the request BOD's noun exemplar. ReturnCriteria allows the sender of the BOD to indicate which information (down to the field level) is requested to be returned, given that the query has been successful in matching the exemplar to existing nouns. That is, in a GetListPurchaseOrder, if one or more PurchaseOrders with a TotalPrice = $1M were found, ReturnCriteria tells the BOD recipient which parts of the PurchaseOrder should be populated with content when the response (ShowPurchaseOrder) is formulated. 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.
Collapse XSD Schema Diagram:
Drilldown into expressionLanguage in schema meta_xsd1 Drilldown into actionCode in schema meta_xsd1XSD Diagram of ActionExpressionType in schema meta_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ActionExpressionType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            ReturnCriteria identifies the content that is to be returned, given query success. In
            essence, the expression here has the effect of filtering the part(s) of the found
            element(s) that are to be returned.

            ReturnCriteria plays no role in the query itself. That is handled as a match against the
            request BOD's noun exemplar.

            ReturnCriteria allows the sender of the BOD to indicate which information (down to the
            field level) is requested to be returned, given that the query has been successful in
            matching the exemplar to existing nouns.

            That is, in a GetListPurchaseOrder, if one or more PurchaseOrders with a TotalPrice =
            $1M were found, ReturnCriteria tells the BOD recipient which parts of the PurchaseOrder
            should be populated with content when the response (ShowPurchaseOrder) is formulated.

            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.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="TokenType">
            <xsd:attribute name="actionCode" type="ActionCodeContentType" use="required" />
            <xsd:attribute name="expressionLanguage" type="TokenType" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
actionCode oagis:actionCode Required
expressionLanguage oagis:expressionLanguage Optional
Collapse Derivation Tree:
Collapse References:
oagis:ActionExpression