diagram | |||
namespace | http://resource.api.de.bpm.tibco.com | ||
properties |
|
||
children | page-control resource | ||
annotation |
|
||
source | <xs:element name="getDeletedResourcesResponse"> <xs:annotation> <xs:documentation>The response object for XmlGetDeletedResources. Lists the details of the deleted resources.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="page-control" type="de:XmlPageControlResponse" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>If a page control was given in the request, this will convey the same information and also indicate the number of pages</xs:documentation> </xs:annotation> </xs:element> <xs:element name="resource" type="de:XmlDeletedResource" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Lists the summary details of the deleted resources/users.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |