Definition Type: ComplexType
Name: GetCapabilitiesType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: ows:GetCapabilitiesType
Containing Schema: wfs.xsd
Abstract
Documentation:
Request to a WFS to perform the GetCapabilities operation. This operation allows a client to retrieve a Capabilities XML document providing metadata for the specific WFS server. The GetCapapbilities element is used to request that a Web Feature Service generate an XML document describing the organization providing the service, the WFS operations that the service supports, a list of feature types that the service can operate on and list of filtering capabilities that the service support. Such an XML document is called a capabilities document.
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_xsd Drilldown into GetCapabilitiesType in schema ows_xsd Drilldown into traverseXlinkExpiry in schema wfs_xsd Drilldown into traverseXlinkDepth in schema wfs_xsd Drilldown into service in schema wfs_xsdXSD Diagram of GetCapabilitiesType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="GetCapabilitiesType">
    <xsd:annotation>
        <xsd:documentation>
          Request to a WFS to perform the GetCapabilities operation.
          This operation allows a client to retrieve a Capabilities
          XML document providing metadata for the specific WFS server.

          The GetCapapbilities element is used to request that a Web Feature
          Service generate an XML document describing the organization
          providing the service, the WFS operations that the service
          supports, a list of feature types that the service can operate
          on and list of filtering capabilities that the service support.
          Such an XML document is called a capabilities document.
       </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ows:GetCapabilitiesType">
            <xsd:attribute name="service" type="ows:ServiceType" use="optional" default="WFS" />
            <xsd:attribute name="traverseXlinkDepth" type="xsd:string" use="required">
                <xsd:annotation>
                    <xsd:documentation>
                  This attribute indicates the depth to which nested property
                  XLink linking element locator attribute (href) XLinks are
                  traversed and resolved if possible.  A value of "1" indicates
                  that one linking element locator attribute (href) Xlink
                  will be traversed and the referenced element returned if
                  possible, but nested property XLink linking element locator
                  attribute (href) XLinks in the returned element are not
                  traversed.  A value of  "*" indicates that all nested property
                  XLink linking element locator attribute (href) XLinks will be
                  traversed and the referenced elements returned if possible.
                  The range of valid values for this attribute consists of
                  positive integers plus "*".
               </xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="traverseXlinkExpiry" type="xsd:positiveInteger" use="optional">
                <xsd:annotation>
                    <xsd:documentation>
                  The traverseXlinkExpiry attribute value is specified in
                  minutes It indicates how long a Web Feature Service should
                  wait to receive a response to a nested GetGmlObject request.	
               </xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:complexContent>
</xsd: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
service wfs:service WFS Optional
traverseXlinkDepth wfs:traverseXlinkDepth Required
traverseXlinkExpiry wfs:traverseXlinkExpiry Optional
Collapse Derivation Tree:
Collapse References:
wfs:GetCapabilities