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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

wfs:Delete

            The Delete element is used to indicate that one or more
            feature instances should be removed from the feature
            repository.
         

Element information

Content

Attributes

NameOccTypeDescriptionNotes
handle [0..1]xsd:string The handle attribute allows a client application to assign a client-generated request identifier to an Insert action. The handle is included to facilitate error reporting. If a Delete action in a Transaction request fails, then a WFS may include the handle in an exception report to localize the error. If no handle is included of the offending Insert element then a WFS may employee other means of localizing the error (e.g. line number).
typeName [1..1]xsd:QName The value of the typeName attribute is the name of the feature type to be updated. The name specified must be a valid type that belongs to the feature content as defined by the GML Application Schema.

Used in

Sample instance

<wfs:Delete typeName="QName">
   <ogc:Filter>
      <ogc:Equals>
         <ogc:PropertyName/>
         <gml:Point>...
         </gml:Point>
      </ogc:Equals>
   </ogc:Filter>
</wfs:Delete>

Site developed and hosted by Datypic, Inc.

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