Definition Type: ComplexType
Name: CapabilitiesBaseType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsGetCapabilities.xsd
Abstract
Documentation:
XML encoded GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, usually including metadata about the tightly-coupled data served. If the server does not implement the updateSequence parameter, the server shall always return the complete Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server shall return this element with only the "version" and "updateSequence" attributes. Otherwise, all optional elements shall be included or not depending on the actual value of the Contents parameter in the GetCapabilities operation request. This base type shall be extended by each specific OWS to include the additional contents needed.
Collapse XSD Schema Diagram:
Drilldown into OperationsMetadata in schema owsoperationsmetadata_xsd Drilldown into ServiceProvider in schema owsserviceprovider_xsd Drilldown into ServiceIdentification in schema owsserviceidentification_xsd Drilldown into updateSequence in schema owsgetcapabilities_xsd Drilldown into version in schema owsgetcapabilities_xsdXSD Diagram of CapabilitiesBaseType in schema owsgetcapabilities_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="CapabilitiesBaseType">
    <annotation>
        <documentation>XML encoded GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, usually including metadata about the tightly-coupled data served. If the server does not implement the updateSequence parameter, the server shall always return the complete Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server shall return this element with only the "version" and "updateSequence" attributes. Otherwise, all optional elements shall be included or not depending on the actual value of the Contents parameter in the GetCapabilities operation request. This base type shall be extended by each specific OWS to include the additional contents needed. </documentation>
    </annotation>
    <sequence>
        <element ref="ows:ServiceIdentification" minOccurs="0" />
        <element ref="ows:ServiceProvider" minOccurs="0" />
        <element ref="ows:OperationsMetadata" minOccurs="0" />
    </sequence>
    <attribute name="version" type="ows:VersionType" use="required" />
    <attribute name="updateSequence" type="ows:UpdateSequenceType" use="optional">
        <annotation>
            <documentation>Service metadata document version, having values that are "increased" whenever any change is made in service metadata document. Values are selected by each server, and are always opaque to clients. When not supported by server, server shall not return this attribute. </documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ServiceIdentification ows:ServiceIdentification 0 (1)
ServiceProvider ows:ServiceProvider 0 (1)
OperationsMetadata ows:OperationsMetadata 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
version ows:version Required
updateSequence ows:updateSequence Optional
Collapse Derivation Tree:
Collapse References:
wfs:WFS_CapabilitiesType