Definition Type: Attribute
Name: lockAction
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:AllSomeType
Containing Schema: wfs.xsd
Default ALL
Use Optional
Documentation:
The lockAction attribute is used to indicate what a Web Feature Service should do when it encounters a feature instance that has already been locked by another client application. Valid values are ALL or SOME. ALL means that the Web Feature Service must acquire locks on all the requested feature instances. If it cannot acquire those locks then the request should fail. In this instance, all locks acquired by the operation should be released. SOME means that the Web Feature Service should lock as many of the requested features as it can.
Collapse XSD Schema Diagram:
XSD Diagram of lockAction in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:attribute name="lockAction" type="wfs:AllSomeType" use="optional" default="ALL">
    <xsd:annotation>
        <xsd:documentation>
                     The lockAction attribute is used to indicate what
                     a Web Feature Service should do when it encounters
                     a feature instance that has already been locked by
                     another client application.
      
                     Valid values are ALL or SOME.
      
                     ALL means that the Web Feature Service must acquire
                     locks on all the requested feature instances.  If it
                     cannot acquire those locks then the request should
                     fail.  In this instance, all locks acquired by the
                     operation should be released.
       
                     SOME means that the Web Feature Service should lock
                     as many of the requested features as it can.
                  </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: