Definition Type: ComplexType
Name: GetCapabilitiesType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
XML encoded GetCapabilities operation request. This operation allows clients to retrieve service metadata about a specific service instance. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. This base type shall be extended by each specific OWS to include the additional required "service" attribute, with the correct value for that OWS.
Collapse XSD Schema Diagram:
Drilldown into AcceptFormats in schema ows_xsd Drilldown into Sections in schema ows_xsd Drilldown into AcceptVersions in schema ows_xsd Drilldown into updateSequence in schema ows_xsdXSD Diagram of GetCapabilitiesType in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="GetCapabilitiesType">
    <annotation>
        <documentation>XML encoded GetCapabilities operation request. This operation allows clients to retrieve service metadata about a specific service instance. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. This base type shall be extended by each specific OWS to include the additional required "service" attribute, with the correct value for that OWS. </documentation>
    </annotation>
    <sequence>
        <element name="AcceptVersions" type="ows:AcceptVersionsType" minOccurs="0">
            <annotation>
                <documentation>When omitted, server shall return latest supported version. </documentation>
            </annotation>
        </element>
        <element name="Sections" type="ows:SectionsType" minOccurs="0">
            <annotation>
                <documentation>When omitted or not supported by server, server shall return complete service metadata (Capabilities) document. </documentation>
            </annotation>
        </element>
        <element name="AcceptFormats" type="ows:AcceptFormatsType" minOccurs="0">
            <annotation>
                <documentation>When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". </documentation>
            </annotation>
        </element>
    </sequence>
    <attribute name="updateSequence" type="ows:UpdateSequenceType" use="optional">
        <annotation>
            <documentation>When omitted or not supported by server, server shall return latest complete service metadata document. </documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AcceptVersions ows:AcceptVersions 0 (1)
Sections ows:Sections 0 (1)
AcceptFormats ows:AcceptFormats 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
updateSequence ows:updateSequence Optional
Collapse Derivation Tree:
Collapse References:
ows:GetCapabilities, wfs:GetCapabilitiesType, wfs:TransactionType