Definition Type: ComplexType
Name: TransactionSummaryType
Namespace: http://www.opengis.net/wfs/2.0
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into totalDeleted in schema wfs_xsd Drilldown into totalReplaced 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 (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="TransactionSummaryType">
    <xsd:sequence>
        <xsd:element name="totalInserted" type="xsd:nonNegativeInteger" minOccurs="0" />
        <xsd:element name="totalUpdated" type="xsd:nonNegativeInteger" minOccurs="0" />
        <xsd:element name="totalReplaced" 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)
totalReplaced wfs:totalReplaced 0 (1)
totalDeleted wfs:totalDeleted 0 (1)
Collapse Derivation Tree:
Collapse References:
wfs:TransactionSummary