complexType TransactionSummaryType

complexType {http://www.opengis.net/cat/csw}TransactionSummaryType

Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/cat/csw
Declared Namespacesxmlns:ogc=http://www.opengis.net/ogc
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:csw=http://www.opengis.net/cat/csw


Source

<xsd:complexType name="TransactionSummaryType" id="TransactionSummaryType">
    <
xsd:annotation>
        <
xsd:documentation xml:lang="en">
Reports the total number of catalogue items modified by a transaction
request (i.e, inserted, updated, deleted). If the client did not
specify a requestId, the server may assign one (a URI value).
        
</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:attribute name="requestId" type="xsd:anyURI" use="optional"/>
</
xsd:complexType>


Documentation

Reports the total number of catalogue items modified by a transaction
request (i.e, inserted, updated, deleted). If the client did not
specify a requestId, the server may assign one (a URI value).


complexType TransactionSummaryType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.