Definition Type: ComplexType
Name: RequestMethodType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Type: ows:OnlineResourceType
Containing Schema: ows.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:simpleLink attribute group shall be used to contain this URL. The other attributes in the xlink:simpleLink attribute group should not be used.
Collapse XSD Schema Diagram:
Drilldown into Constraint in schema ows_xsd Drilldown into actuate in schema xlinks_xsd Drilldown into show in schema xlinks_xsd Drilldown into title in schema xlinks_xsd Drilldown into arcrole in schema xlinks_xsd Drilldown into role in schema xlinks_xsd Drilldown into href in schema xlinks_xsd Drilldown into type in schema xlinks_xsd Drilldown into simpleLink in schema xlinks_xsd Drilldown into OnlineResourceType in schema ows_xsdXSD Diagram of RequestMethodType in schema ows_xsd (National Information Exchange Model (NEIM))
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:simpleLink attribute group shall be used to contain this URL. The other attributes in the xlink:simpleLink 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