Schema Central > NIEM 2.0 > wfs.xsd > wfs:TransactionResponse
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

wfs:TransactionResponse

            The TransactionResponse element contains a report
            about the completion status of a Transaction operation.  
         

Element information

Content

Attributes

NameOccTypeDescriptionNotes
version [1..1]xsd:string The version attribute contains the version of the request that generated this response. So a V1.1.0 transaction request generates a V1.1.0 transaction response. Fixed value is "1.1.0".

Sample instance

<wfs:TransactionResponse version="string">
   <wfs:TransactionSummary>
      <wfs:totalInserted>1</wfs:totalInserted>
      <wfs:totalUpdated>1</wfs:totalUpdated>
      <wfs:totalDeleted>1</wfs:totalDeleted>
   </wfs:TransactionSummary>
   <wfs:TransactionResults>
      <wfs:Action locator="string">
         <wfs:Message>string</wfs:Message>
      </wfs:Action>
   </wfs:TransactionResults>
   <wfs:InsertResults>
      <wfs:Feature>
         <ogc:FeatureId fid="ID"/>
      </wfs:Feature>
   </wfs:InsertResults>
</wfs:TransactionResponse>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com