Definition Type: Element
Name: TransactionSummary
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:TransactionSummaryType
Containing Schema: wfs.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
The TransactionSummary element is used to summarize the number of feature instances affected by the transaction.
Collapse XSD Schema Diagram:
Drilldown into totalDeleted in schema wfs_xsd Drilldown into totalUpdated in schema wfs_xsd Drilldown into totalInserted in schema wfs_xsd Drilldown into TransactionSummaryType in schema wfs_xsdXSD Diagram of TransactionSummary in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="TransactionSummary" type="wfs:TransactionSummaryType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
                  The TransactionSummary element is used to summarize
                  the number of feature instances affected by the 
                  transaction.
               </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
totalInserted wfs:totalInserted 0 (1)
totalUpdated wfs:totalUpdated 0 (1)
totalDeleted wfs:totalDeleted 0 (1)
Collapse Derivation Tree: