Definition Type: ComplexType
Name: RequestMethodType
Namespace: http://www.opengis.net/ows/1.1
Type: ows:OnlineResourceType
Containing Schema: owsOperationsMetadata.xsd
Abstract
Documentation:
Connect point URL and any constraints for this HTTP request method for this operation request. In the OnlineResourceType, the xlink:href attribute in the xlink:simpleAttrs attribute group shall be used to contain this URL. The other attributes in the xlink:simpleAttrs attribute group should not be used.
Collapse XSD Schema Diagram:
Drilldown into Constraint in schema owsoperationsmetadata_xsd Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema xlink_xsd Drilldown into simpleAttrs in schema xlink_xsd Drilldown into OnlineResourceType in schema ows19115subset_xsdXSD Diagram of RequestMethodType in schema owsoperationsmetadata_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="RequestMethodType">
    <annotation>
        <documentation>Connect point URL and any constraints for this HTTP request method for this operation request. In the OnlineResourceType, the xlink:href attribute in the xlink:simpleAttrs attribute group shall be used to contain this URL. The other attributes in the xlink:simpleAttrs attribute group should not be used. </documentation>
    </annotation>
    <complexContent>
        <extension base="ows:OnlineResourceType">
            <sequence>
                <element name="Constraint" type="ows:DomainType" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Optional unordered list of valid domain constraints on non-parameter quantities that each apply to this request method for this operation. If one of these Constraint elements has the same "name" attribute as a Constraint element in the OperationsMetadata or Operation element, this Constraint element shall override the other one for this operation. The list of required and optional constraints for this request method for this operation shall be specified in the Implementation Specification for this service. </documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Constraint ows:Constraint 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type (Optional)
href xlink:href (Optional)
role xlink:role (Optional)
arcrole xlink:arcrole (Optional)
title xlink:title (Optional)
show xlink:show (Optional)
actuate xlink:actuate (Optional)
Collapse Derivation Tree:
Collapse References:
ows:Get, ows:Post