Definition Type: Element
Name: DCP
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.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 ows_xsdXSD Diagram of DCP in schema ows_xsd (National Information Exchange Model (NEIM))
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)