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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

wfs:Action

                  The Action element reports an exception code
                  and exception message indicating why the
                  corresponding action of a transaction request
                  failed.
               

Element information

Content

Attributes

NameOccTypeDescriptionNotes
locator [1..1]xsd:string The locator attribute is used to locate an action within a <Transaction> element. The value of the locator attribute is either a string that is equal to the value of the handle attribute specified on an <Insert>, <Update> or <Delete> action. If a value is not specified for the handle attribute then a WFS may employ some other means of locating the action. For example, the value of the locator attribute may be an integer indicating the order of the action (i.e. 1=First action, 2=Second action, etc.).
code [0..1]xsd:string The code attribute may be used to specify an exception code indicating why an action failed.

Used in

Sample instance

<wfs:Action locator="string">
   <wfs:Message>string</wfs:Message>
</wfs:Action>

Site developed and hosted by Datypic, Inc.

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