Definition Type: Element
Name: ReturnCriteria
Namespace: http://www.openapplications.org/oagis
Type: oa:ExpressionCriteria
Containing Schema: Verb.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Allows the initator of the BOD to indicate the information (down to the field level) that is requested to be returned. The expressionLanguage indicates the expression language being used.
Collapse XSD Schema Diagram:
Drilldown into SelectExpression in schema verb_xsd Drilldown into expressionLanguage in schema verb_xsd Drilldown into ExpressionCriteria in schema verb_xsdXSD Diagram of ReturnCriteria in schema verb_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="ReturnCriteria">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Allows the initator of the BOD to indicate the information (down to the field level) that is requested to be returned. The expressionLanguage indicates the expression language being used.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ExpressionCriteria" />
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SelectExpression oa:SelectExpression (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
expressionLanguage oa:expressionLanguage XPath Optional
Collapse Derivation Tree: