<xsd:element name="GetFeatureWithLock" type="wfs:GetFeatureWithLockType">
<xsd:annotation>
<xsd:documentation>
This is the root element for the GetFeatureWithLock request.
The GetFeatureWithLock operation performs identically to a
GetFeature request except that the GetFeatureWithLock request
locks all the feature instances in the result set and returns
a lock identifier to a client application in the response.
The lock identifier is returned to the client application
using the lockId attribute define on the wfs:FeatureCollection
element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
|