diagram | |||
namespace | http://resource.api.de.bpm.tibco.com | ||
properties |
|
||
children | all guid | ||
annotation |
|
||
source | <xs:element name="purgeDeletedResources"> <xs:annotation> <xs:documentation>Requests that the identified, deleted resource records be purged.</xs:documentation> </xs:annotation> <xs:complexType> <xs:choice> <xs:element name="all" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Specifies that all deletion records are to be purged.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="guid" type="xs:string" minOccurs="1" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Identifies individual deletion records that are to be purged.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||
annotation |
|
||
source | <xs:element name="all" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Specifies that all deletion records are to be purged.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="guid" type="xs:string" minOccurs="1" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Identifies individual deletion records that are to be purged.</xs:documentation> </xs:annotation> </xs:element> |