Definition Type: ComplexType
Name: InsertResultType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Containing Schema: wfs.xsd
Abstract
Documentation:
Reports the list of identifiers of all features created by a transaction request. New features are created using the Insert action and the list of idetifiers must be presented in the same order as the Insert actions were encountered in the transaction request. Features may optionally be correlated with identifiers using the handle attribute (if it was specified on the Insert element).
Collapse XSD Schema Diagram:
Drilldown into Feature in schema wfs_xsdXSD Diagram of InsertResultType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="InsertResultType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
            Reports the list of identifiers of all features created 
            by a transaction request.  New features are created using
            the Insert action and the list of idetifiers must be 
            presented in the same order as the Insert actions were
            encountered in the transaction request.  Features may
            optionally be correlated with identifiers using the 
            handle attribute (if it was specified on the Insert 
            element).
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Feature" type="wfs:InsertedFeatureType" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature wfs:Feature (1) unbounded
Collapse Derivation Tree:
Collapse References:
wfs:InsertResults