Definition Type: ComplexType
Name: CapabilitiesBaseType
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 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 ows_xsd Drilldown into ServiceProvider in schema ows_xsd Drilldown into ServiceIdentification in schema ows_xsd Drilldown into updateSequence in schema ows_xsd Drilldown into version in schema ows_xsdXSD Diagram of CapabilitiesBaseType in schema ows_xsd (National Information Exchange Model (NEIM))
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" />
</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