Definition Type: ComplexType
Name: WFS_CapabilitiesType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: ows:CapabilitiesBaseType
Containing Schema: wfs.xsd
Abstract
Documentation:
XML encoded WFS GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, 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.
Collapse XSD Schema Diagram:
Drilldown into Filter_Capabilities in schema filter_xsd Drilldown into SupportsGMLObjectTypeList in schema wfs_xsd Drilldown into ServesGMLObjectTypeList in schema wfs_xsd Drilldown into FeatureTypeList in schema wfs_xsd 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_xsd Drilldown into CapabilitiesBaseType in schema ows_xsdXSD Diagram of WFS_CapabilitiesType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="WFS_CapabilitiesType">
    <xsd:annotation>
        <xsd:documentation>
            XML encoded WFS GetCapabilities operation response. This
            document provides clients with service metadata about a
            specific service instance, 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.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ows:CapabilitiesBaseType">
            <xsd:sequence>
                <xsd:element ref="wfs:FeatureTypeList" minOccurs="0" />
                <xsd:element ref="wfs:ServesGMLObjectTypeList" minOccurs="0" />
                <xsd:element ref="wfs:SupportsGMLObjectTypeList" minOccurs="0" />
                <xsd:element ref="ogc:Filter_Capabilities" />
                <!-- not in owsCapabilities schemas, in filterCapabilities.xsd  -->
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd: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)
FeatureTypeList wfs:FeatureTypeList 0 (1)
ServesGMLObjectTypeList wfs:ServesGMLObjectTypeList 0 (1)
SupportsGMLObjectTypeList wfs:SupportsGMLObjectTypeList 0 (1)
Filter_Capabilities ogc:Filter_Capabilities (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
version ows:version Required
updateSequence ows:updateSequence Optional
Collapse Derivation Tree:
Collapse References:
wfs:WFS_Capabilities