Definition Type: Attribute
Name: expiry
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: positiveInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: wfs.xsd
Default 5
Use Optional
Documentation:
The expiry attribute is used to set the length of time (expressed in minutes) that features will remain locked as a result of a GetFeatureWithLock request. After the expiry period elapses, the locked resources must be released. If the expiry attribute is not set, then the default value of 5 minutes will be enforced.
Collapse XSD Schema Diagram:
XSD Diagram of expiry in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:attribute name="expiry" type="xsd:positiveInteger" use="optional" default="5">
    <xsd:annotation>
        <xsd:documentation>
                     The expiry attribute is used to set the length
                     of time (expressed in minutes) that features will
                     remain locked as a result of a GetFeatureWithLock
                     request.  After the expiry period elapses, the
                     locked resources must be released.  If the 
                     expiry attribute is not set, then the default
                     value of 5 minutes will be enforced.
                  </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>