Definition Type: Attribute
Name: handle
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: wfs.xsd
Use Optional
Documentation:
If the insert element that generated this feature had a value for the "handle" attribute then a WFS may report it using this attribute to correlate the feature created with the action that created it.
Collapse XSD Schema Diagram:
XSD Diagram of handle in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:attribute name="handle" type="xsd:string" use="optional">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
               If the insert element that generated this feature 
               had a value for the "handle" attribute then a WFS
               may report it using this attribute to correlate
               the feature created with the action that created it.
            </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>