element deleteResource
diagram de_wsdl_diagrams/de_wsdl_p22898.png
namespace http://mapping.api.de.n2.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
resource-guid  xs:string  required      
documentation
GUID of the resource to be deleted.
annotation
documentation
Request element for deleteResource operation.

This operation is used to delete the resource identified by its GUID.
source <xs:element name="deleteResource">
 
<xs:annotation>
   
<xs:documentation>Request element for deleteResource operation.

This operation is used to delete the resource identified by its GUID.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="resource-guid" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>GUID of the resource to be deleted.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute deleteResource/@resource-guid
type xs:string
properties
use required
annotation
documentation
GUID of the resource to be deleted.
source <xs:attribute name="resource-guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>GUID of the resource to be deleted.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy