wfs:GetCapabilities
Element information
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-wfs/1.1.0/dhs-gmo/1.0.0/wfs.xsd
Type: wfs:GetCapabilitiesType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ows:AcceptVersions [0..1] When omitted, server shall return latest supported version.
- ows:Sections [0..1] When omitted or not supported by server, server shall return complete service metadata (Capabilities) document.
- ows:AcceptFormats [0..1] When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml".
from type ows:GetCapabilitiesType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
updateSequence | [0..1] | ows:UpdateSequenceType | When omitted or not supported by server, server shall return latest complete service metadata document. | from type ows:GetCapabilitiesType |
service | [0..1] | ows:ServiceType | Default value is "WFS". | |
traverseXlinkDepth | [1..1] | xsd:string | 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 "*". | |
traverseXlinkExpiry | [0..1] | xsd:positiveInteger | 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. |
Sample instance
<wfs:GetCapabilities traverseXlinkDepth="string"> <ows:AcceptVersions> <ows:Version>string</ows:Version> </ows:AcceptVersions> <ows:Sections> <ows:Section>string</ows:Section> </ows:Sections> <ows:AcceptFormats> <ows:OutputFormat>string</ows:OutputFormat> </ows:AcceptFormats> </wfs:GetCapabilities>