ows:GetCapabilities
Element information
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Schema document: external/ogc-ows/1.0.0/dhs-gmo/1.0.0/ows.xsd
Type: ows: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".
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. |
Sample instance
<ows:GetCapabilities> <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> </ows:GetCapabilities>