element getCandidateDetailResponse
diagram dir_directoryservice_diagrams/dir_directoryservice_p7.png
namespace http://directory.api.de.bpm.tibco.com
type extension of XmlLdapContainerEntry
properties
content complex
children secondary-ref attribute
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.
container-id  xs:long  required      
documentation
Identifies the LDAP container from which the candidate was resolved.
guid  xs:string  optional      
documentation
If the candidate is one for which a resource already exists, the GUID of that existing resource is given.
name  xs:string  required      
documentation
The name of the existing resource, or the name that will be assigned (by default) to the resource created from this candidate entry.
start-date  xs:dateTime  optional      
documentation
If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence begins.
end-date  xs:dateTime  optional      
documentation
If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence ends.
annotation
documentation
Response element for the getCandidateDetail operation. Returns the name and GUID of the existing resource, if one already exists for the candidate. Includes the values for any resource attributes mapped to the LDAP attributes of the identified LDAP container.
source <xs:element name="getCandidateDetailResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for the getCandidateDetail operation. Returns the name and GUID of the existing resource, if one already exists for the candidate. Includes the values for any resource attributes mapped to the LDAP attributes of the identified LDAP container.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="de:XmlLdapContainerEntry">
       
<xs:sequence>
         
<xs:element name="attribute" type="de:XmlMappedAttributeValue" minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Names an LDAP attribute mapped to the resource attribute identified by its GUID, and provides the values derived from the named LDAP attribute.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="container-id" type="xs:long" use="required">
         
<xs:annotation>
           
<xs:documentation>Identifies the LDAP container from which the candidate was resolved.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="guid" type="xs:string" use="optional">
         
<xs:annotation>
           
<xs:documentation>If the candidate is one for which a resource already exists, the GUID of that existing resource is given.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="name" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>The name of the existing resource, or the name that will be assigned (by default) to the resource created from this candidate entry.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="start-date" type="xs:dateTime" use="optional">
         
<xs:annotation>
           
<xs:documentation>If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence begins.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="end-date" type="xs:dateTime" use="optional">
         
<xs:annotation>
           
<xs:documentation>If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence ends.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute getCandidateDetailResponse/@container-id
type xs:long
properties
use required
annotation
documentation
Identifies the LDAP container from which the candidate was resolved.
source <xs:attribute name="container-id" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifies the LDAP container from which the candidate was resolved.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute getCandidateDetailResponse/@guid
type xs:string
properties
use optional
annotation
documentation
If the candidate is one for which a resource already exists, the GUID of that existing resource is given.
source <xs:attribute name="guid" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>If the candidate is one for which a resource already exists, the GUID of that existing resource is given.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute getCandidateDetailResponse/@name
type xs:string
properties
use required
annotation
documentation
The name of the existing resource, or the name that will be assigned (by default) to the resource created from this candidate entry.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The name of the existing resource, or the name that will be assigned (by default) to the resource created from this candidate entry.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute getCandidateDetailResponse/@start-date
type xs:dateTime
properties
use optional
annotation
documentation
If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence begins.
source <xs:attribute name="start-date" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence begins.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute getCandidateDetailResponse/@end-date
type xs:dateTime
properties
use optional
annotation
documentation
If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence ends.
source <xs:attribute name="end-date" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence ends.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element getCandidateDetailResponse/attribute
diagram dir_directoryservice_diagrams/dir_directoryservice_p8.png
type XmlMappedAttributeValue
properties
minOcc 0
maxOcc unbounded
content complex
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
The name of the LDAP attribute.
binary  xs:boolean    false    
documentation
Indicates whether the data of the named attribute is binary.
resource-attr-guid  xs:string  required      
documentation
The GUID of the resource attribute as defined in the organization model.
annotation
documentation
Names an LDAP attribute mapped to the resource attribute identified by its GUID, and provides the values derived from the named LDAP attribute.
source <xs:element name="attribute" type="de:XmlMappedAttributeValue" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Names an LDAP attribute mapped to the resource attribute identified by its GUID, and provides the values derived from the named LDAP attribute.</xs:documentation>
 
</xs:annotation>
</xs:element>


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