Schema Central > NIEM 2.0 > wfs.xsd > wfs:Lock
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

wfs:Lock

                        The lock element is used to indicate which feature 
                        instances of particular type are to be locked.
                     

Element information

Content

Attributes

NameOccTypeDescriptionNotes
handle [0..1]xsd:string The handle attribute allows a client application to assign a client-generated request identifier to a Lock action. The handle is included to facilitate error reporting. If one of a set of Lock actions failed while processing a LockFeature request, a WFS may report the handle in an exception report to localize the error. If a handle is not present then a WFS may employ some other means of localizing the error (e.g. line number).
typeName [1..1]xsd:QName The value of the typeName attribute is the name of the feature type to be updated. The name specified must be a valid type that belongs to the feature content as defined by the GML Application Schema.

Used in

Sample instance

<wfs:Lock typeName="QName">
   <ogc:Filter>
      <ogc:Equals>
         <ogc:PropertyName/>
         <gml:Point>...
         </gml:Point>
      </ogc:Equals>
   </ogc:Filter>
</wfs:Lock>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com