Definition Type: ComplexType
Name: GetFeatureWithLockType
Namespace: http://www.opengis.net/wfs
Containing Schema: WFS-transaction.xsd
Abstract False
Documentation:
A GetFeatureWithLock request operates identically to a GetFeature request expect that it attempts to lock the feature instances in the result set and includes a lock identifier in its response to a client. A lock identifier is an identifier generated by a Web Feature Service that a client application can use, in subsequent operations, to reference the locked set of feature instances.
Collapse XSD Schema Diagram:
Drilldown into maxFeatures Drilldown into outputFormat Drilldown into expiry Drilldown into handle Drilldown into service Drilldown into version Drilldown into QueryXSD Diagram of GetFeatureWithLockType
Collapse XSD Schema Code:
<xsd:complexType name="GetFeatureWithLockType">
    <xsd:annotation>
        <xsd:documentation>

            A GetFeatureWithLock request operates identically to a

            GetFeature request expect that it attempts to lock the

            feature instances in the result set and includes a lock

            identifier in its response to a client.  A lock identifier

            is an identifier generated by a Web Feature Service that 

            a client application can use, in subsequent operations,

            to reference the locked set of feature instances.

         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="wfs:Query" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="version" type="xsd:string" use="required" fixed="1.0.0" />
    <xsd:attribute name="service" type="xsd:string" use="required" fixed="WFS" />
    <xsd:attribute name="handle" type="xsd:string" use="optional" />
    <xsd:attribute name="expiry" type="xsd:positiveInteger" use="optional" />
    <xsd:attribute name="outputFormat" type="xsd:string" use="optional" default="GML2" />
    <xsd:attribute name="maxFeatures" type="xsd:positiveInteger" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Query wfs:Query (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
version wfs:version Required
service wfs:service Required
handle wfs:handle Optional
expiry wfs:expiry Optional
outputFormat wfs:outputFormat GML2 Optional
maxFeatures wfs:maxFeatures Optional
Collapse Derivation Tree:
Collapse References:
wfs:GetFeatureWithLock
Collapse Comments:
blog comments powered by Disqus