complexType XmlDeletedResource
diagram de_wsdl_diagrams/de_wsdl_p23923.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlLdapContainerEntry
properties
base XmlLdapContainerEntry
children secondary-ref
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resources are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
ldap-dn  xs:string  required      
documentation
The full Distinguished Name (DN) of the LDAP entry identified by this element.
guid  xs:string  optional      
documentation
The GUID originally assigned to the resource..
name  xs:string  required      
documentation
The name assigned to the resource.
label  xs:string  optional      
documentation
The alternative name assigned to the resource.
container-id  xs:long  optional      
documentation
Identifies the LDAP container from which the resource originated.
date-deleted  xs:dateTime  optional      
documentation
The date and time on which the resource was deleted.
annotation
documentation
Identifies a resource that has been deleted but whose details have been recorded in order to allow the re-allocation of processes/work-items.
source <xs:complexType name="XmlDeletedResource">
 
<xs:annotation>
   
<xs:documentation>Identifies a resource that has been deleted but whose details have been recorded in order to allow the re-allocation of processes/work-items.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlLdapContainerEntry">
     
<xs:attribute name="guid" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>The GUID originally assigned to the resource..</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="name" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>The name assigned to the resource.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="label" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>The alternative name assigned to the resource.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="container-id" type="xs:long" use="optional">
       
<xs:annotation>
         
<xs:documentation>Identifies the LDAP container from which the resource originated.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="date-deleted" type="xs:dateTime" use="optional">
       
<xs:annotation>
         
<xs:documentation>The date and time on which the resource was deleted.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlDeletedResource/@guid
type xs:string
properties
use optional
annotation
documentation
The GUID originally assigned to the resource..
source <xs:attribute name="guid" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The GUID originally assigned to the resource..</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlDeletedResource/@name
type xs:string
properties
use required
annotation
documentation
The name assigned to the resource.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The name assigned to the resource.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlDeletedResource/@label
type xs:string
properties
use optional
annotation
documentation
The alternative name assigned to the resource.
source <xs:attribute name="label" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The alternative name assigned to the resource.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlDeletedResource/@container-id
type xs:long
properties
use optional
annotation
documentation
Identifies the LDAP container from which the resource originated.
source <xs:attribute name="container-id" type="xs:long" use="optional">
 
<xs:annotation>
   
<xs:documentation>Identifies the LDAP container from which the resource originated.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlDeletedResource/@date-deleted
type xs:dateTime
properties
use optional
annotation
documentation
The date and time on which the resource was deleted.
source <xs:attribute name="date-deleted" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>The date and time on which the resource was deleted.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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