service
The service attribute is included to support service endpoints that implement more than one OGC service. For example, a single CGI that implements WMS, WFS and WCS services. The endpoint can inspect the value of this attribute to figure out which service should process the request. The value WFS indicates that a web feature service should process the request. This parameter is somewhat redundant in the XML encoding since the request namespace can be used to determine which service should process any give request. For example, wfs:GetCapabilities and easily be distinguished from wcs:GetCapabilities using the namespaces.
Attribute information
Namespace: None
Schema document: external/ogc-wfs/1.1.0/dhs-gmo/1.0.0/wfs.xsd
Type: ows:ServiceType
Properties: Local, Unqualified
Value
Used in
- Type wfs:BaseRequestType
- Type wfs:DescribeFeatureTypeType via derivation of wfs:BaseRequestType (Element wfs:DescribeFeatureType)
- Type wfs:GetFeatureType via derivation of wfs:BaseRequestType (Element wfs:GetFeature)
- Type wfs:GetFeatureWithLockType via derivation of wfs:BaseRequestType (Element wfs:GetFeatureWithLock)
- Type wfs:GetGmlObjectType via derivation of wfs:BaseRequestType (Element wfs:GetGmlObject)
- Type wfs:LockFeatureType via derivation of wfs:BaseRequestType (Element wfs:LockFeature)