Definition Type: ComplexType
Name: LockFeatureResponseType
Namespace: http://www.opengis.net/wfs/2.0
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FeaturesNotLocked in schema wfs_xsd Drilldown into FeaturesLocked in schema wfs_xsd Drilldown into lockId in schema wfs_xsdXSD Diagram of LockFeatureResponseType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="LockFeatureResponseType">
    <xsd:sequence>
        <xsd:element name="FeaturesLocked" type="wfs:FeaturesLockedType" minOccurs="0" />
        <xsd:element name="FeaturesNotLocked" type="wfs:FeaturesNotLockedType" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="lockId" type="xsd:string" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FeaturesLocked wfs:FeaturesLocked 0 (1)
FeaturesNotLocked wfs:FeaturesNotLocked 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
lockId wfs:lockId (Optional)
Collapse Derivation Tree:
Collapse References:
wfs:LockFeatureResponse