wfs:InsertResults
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.
Element information
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-wfs/1.1.0/dhs-gmo/1.0.0/wfs.xsd
Type: wfs:InsertResultType
Properties: Local, Qualified
Content
- wfs:Feature [1..*]
Attributes
None
Used in
- Type wfs:TransactionResponseType (Element wfs:TransactionResponse)
Sample instance
<wfs:InsertResults> <wfs:Feature> <ogc:FeatureId fid="ID"/> </wfs:Feature> </wfs:InsertResults>