<xs:complexType name="RequestVerb">
<xs:complexContent>
<xs:extension base="ConfirmableVerb">
<xs:sequence>
<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>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|