complexType XmlCandidateQueryAssignment
diagram de_wsdl_diagrams/de_wsdl_p22725.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlCandidateQuery
properties
base XmlCandidateQuery
children position group
attributes
Name  Type  Use  Default  Fixed  Annotation
container-id  xs:long  required      
documentation
Identifies the LDAP Container whose the Primary LDAP Source will be used to evaluate the query.
query  xs:string  optional      
documentation
The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources.
base-dn  xs:string  optional      
documentation
(Optional) Provides an additional base DN that will be used to restrict the scope of the Candidate Query. This base DN is relative to, and in additon, to any base DN of the LDAP Container's primary LDAP Source.
search-scope  XmlLdapSearchScope  optional      
documentation
Enumerated value indicating the scope on which an LDAP search is to be performed.
annotation
documentation
Used to persist the LDAP Query that is used to identify candidate Resources for the Position or Group to which the CandidateQuery is assigned.
           
source <xs:complexType name="XmlCandidateQueryAssignment">
 
<xs:annotation>
   
<xs:documentation>Used to persist the LDAP Query that is used to identify candidate Resources for the Position or Group to which the CandidateQuery is assigned.
           
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlCandidateQuery">
     
<xs:choice>
       
<xs:element name="position" type="xs:string" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Identifies the position, by its guid, to which the Candidate Query is assigned.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="group" type="xs:string" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Identifies the group, by its guid, to which the Candidate Query is assigned.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:choice>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element XmlCandidateQueryAssignment/position
diagram de_wsdl_diagrams/de_wsdl_p22726.png
type xs:string
properties
content simple
annotation
documentation
Identifies the position, by its guid, to which the Candidate Query is assigned.
source <xs:element name="position" type="xs:string" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies the position, by its guid, to which the Candidate Query is assigned.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlCandidateQueryAssignment/group
diagram de_wsdl_diagrams/de_wsdl_p22727.png
type xs:string
properties
content simple
annotation
documentation
Identifies the group, by its guid, to which the Candidate Query is assigned.
source <xs:element name="group" type="xs:string" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies the group, by its guid, to which the Candidate Query is assigned.</xs:documentation>
 
</xs:annotation>
</xs:element>

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