complexType XmlDeleteResource
diagram de-resource-service_diagrams/de-resource-service_p30.png
namespace http://resource.api.de.bpm.tibco.com
children guid
used by
element deleteResource
annotation
documentation
Request element for the deleteResource operation. This service is used to delete the resource identified by its GUID.
source <xs:complexType name="XmlDeleteResource">
 
<xs:annotation>
   
<xs:documentation>Request element for the deleteResource operation. This service is used to delete the resource identified by its GUID.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="guid" type="xs:string" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>List of GUIDs of the resources to be deleted.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element XmlDeleteResource/guid
diagram de-resource-service_diagrams/de-resource-service_p31.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
List of GUIDs of the resources to be deleted.
source <xs:element name="guid" type="xs:string" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>List of GUIDs of the resources to be deleted.</xs:documentation>
 
</xs:annotation>
</xs:element>


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