Definition Type: Element
Name: HTTP
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup.
Collapse XSD Schema Diagram:
Drilldown into Post in schema ows_xsd Drilldown into Get in schema ows_xsdXSD Diagram of HTTP in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<element name="HTTP">
    <annotation>
        <documentation>Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup. </documentation>
    </annotation>
    <complexType>
        <choice maxOccurs="unbounded">
            <element name="Get" type="ows:RequestMethodType">
                <annotation>
                    <documentation>Connect point URL prefix and any constraints for the HTTP "Get" request method for this operation request. </documentation>
                </annotation>
            </element>
            <element name="Post" type="ows:RequestMethodType">
                <annotation>
                    <documentation>Connect point URL and any constraints for the HTTP "Post" request method for this operation request. </documentation>
                </annotation>
            </element>
        </choice>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Get ows:Get (1) (1)
Post ows:Post (1) (1)