Definition Type: Element
Name: FeaturesLocked
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:FeaturesLockedType
Containing Schema: wfs.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The LockFeature or GetFeatureWithLock operations identify and attempt to lock a set of feature instances that satisfy the constraints specified in the request. In the event that the lockAction attribute (on the LockFeature or GetFeatureWithLock elements) is set to SOME, a Web Feature Service will attempt to lock as many of the feature instances from the result set as possible. The FeaturesLocked element contains list of ogc:FeatureId elements enumerating the feature instances that a WFS actually managed to lock.
Collapse XSD Schema Diagram:
Drilldown into FeatureId in schema filter_xsd Drilldown into FeaturesLockedType in schema wfs_xsdXSD Diagram of FeaturesLocked in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="FeaturesLocked" type="wfs:FeaturesLockedType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>
                  The LockFeature or GetFeatureWithLock operations
                  identify and attempt to lock a set of feature 
                  instances that satisfy the constraints specified 
                  in the request.  In the event that the lockAction
                  attribute (on the LockFeature or GetFeatureWithLock
                  elements) is set to SOME, a Web Feature Service will
                  attempt to lock as many of the feature instances from
                  the result set as possible.

                  The FeaturesLocked element contains list of ogc:FeatureId
                  elements enumerating the feature instances that a WFS
                  actually managed to lock.
               </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FeatureId ogc:FeatureId (1) (1)
Collapse Derivation Tree: