Definition Type: ComplexType
Name: RequestVerb
Namespace: http://www.openapplications.org/oagis
Type: oa:ConfirmableVerb
Containing Schema: Verb.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReturnCriteria in schema verb_xsd Drilldown into Verb in schema verbbase_xsd Drilldown into confirm in schema verb_xsd Drilldown into ConfirmableVerb in schema verb_xsdXSD Diagram of RequestVerb in schema verb_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReturnCriteria oa:ReturnCriteria (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
confirm oa:confirm (Optional)
Collapse Derivation Tree:
Collapse References:
oa:Get