wfs:TransactionSummary
The TransactionSummary element is used to summarize the number of feature instances affected by the transaction.
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:TransactionSummaryType
Properties: Local, Qualified
Content
- Sequence [1..1]
- wfs:totalInserted [0..1]
- wfs:totalUpdated [0..1]
- wfs:totalDeleted [0..1]
Attributes
None
Used in
- Type wfs:TransactionResponseType (Element wfs:TransactionResponse)
Sample instance
<wfs:TransactionSummary> <wfs:totalInserted>1</wfs:totalInserted> <wfs:totalUpdated>1</wfs:totalUpdated> <wfs:totalDeleted>1</wfs:totalDeleted> </wfs:TransactionSummary>