Definition Type: ComplexType
Name: TransactionSummaryType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Containing Schema: wfs.xsd
Abstract
Documentation:
Reports the total number of features affected by some kind of write action (i.e, insert, update, delete).
Collapse XSD Schema Diagram:
Drilldown into totalDeleted in schema wfs_xsd Drilldown into totalUpdated in schema wfs_xsd Drilldown into totalInserted in schema wfs_xsdXSD Diagram of TransactionSummaryType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="TransactionSummaryType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
            Reports the total number of features affected by some kind 
            of write action (i.e, insert, update, delete).
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="totalInserted" type="xsd:nonNegativeInteger" minOccurs="0" />
        <xsd:element name="totalUpdated" type="xsd:nonNegativeInteger" minOccurs="0" />
        <xsd:element name="totalDeleted" type="xsd:nonNegativeInteger" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
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:
Collapse References:
wfs:TransactionSummary