wfs:LockFeatureResponse
The LockFeatureResponse element contains a report about the completion status of a LockFeature request.
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:LockFeatureResponseType
Properties: Global, Qualified
Content
- Sequence [1..1]
- wfs:LockId [1..1] The LockFeatureResponse includes a LockId element that contains a lock identifier. The lock identifier can be used by a client, in subsequent operations, to operate upon the locked feature instances.
- wfs:FeaturesLocked [0..1] The LockFeature or GetFeatureWithLock operations identify and attempt to lock a set of feature instances that satisfy the constraints specified in the request. In the event that the lockAction attribute (on the LockFeature or GetFeatureWithLock elements) is set to SOME, a Web Feature Service will attempt to lock as many of the feature instances from the result set as possible. The FeaturesLocked element contains list of ogc:FeatureId elements enumerating the feature instances that a WFS actually managed to lock.
- wfs:FeaturesNotLocked [0..1] In contrast to the FeaturesLocked element, the FeaturesNotLocked element contains a list of ogc:Filter elements identifying feature instances that a WFS did not manage to lock because they were already locked by another process.
Attributes
None
Sample instance
<wfs:LockFeatureResponse> <wfs:LockId>string</wfs:LockId> <wfs:FeaturesLocked> <ogc:FeatureId fid="ID"/> </wfs:FeaturesLocked> <wfs:FeaturesNotLocked> <ogc:FeatureId fid="ID"/> </wfs:FeaturesNotLocked> </wfs:LockFeatureResponse>