wfs:FeaturesLocked
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.
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:FeaturesLockedType
Properties: Local, Qualified
Content
- ogc:FeatureId [1..*]
Attributes
None
Used in
- Type wfs:LockFeatureResponseType (Element wfs:LockFeatureResponse)
Sample instance
<wfs:FeaturesLocked> <ogc:FeatureId fid="ID"/> </wfs:FeaturesLocked>