Definition Type: Element
Name: InsertResults
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:InsertResultType
Containing Schema: wfs.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
A transaction is a collection of Insert,Update and Delete actions. The Update and Delete actions modify features that already exist. The Insert action, however, creates new features. The InsertResults element is used to report the identifiers of the newly created features.
Collapse XSD Schema Diagram:
Drilldown into Feature in schema wfs_xsd Drilldown into InsertResultType in schema wfs_xsdXSD Diagram of InsertResults in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="InsertResults" type="wfs:InsertResultType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
                  A transaction is a collection of Insert,Update and Delete
                  actions.  The Update and Delete actions modify features
                  that already exist.  The Insert action, however, creates
                  new features.  The InsertResults element is used to
                  report the identifiers of the newly created features.
               </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature wfs:Feature (1) unbounded
Collapse Derivation Tree: