Definition Type: Element
Name: DCP
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsOperationsMetadata.xsd
Abstract
Documentation:
Information for one distributed Computing Platform (DCP) supported for this operation. At present, only the HTTP DCP is defined, so this element only includes the HTTP element.
Collapse XSD Schema Diagram:
Drilldown into HTTP in schema owsoperationsmetadata_xsdXSD Diagram of DCP in schema owsoperationsmetadata_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<element name="DCP">
    <annotation>
        <documentation>Information for one distributed Computing Platform (DCP) supported for this operation. At present, only the HTTP DCP is defined, so this element only includes the HTTP element.
</documentation>
    </annotation>
    <complexType>
        <choice>
            <element ref="ows:HTTP" />
        </choice>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HTTP ows:HTTP (1) (1)