complexType XmlCandidateQueryExport
diagram de_wsdl_diagrams/de_wsdl_p63.png
namespace http://ldap.api.de.n2.tibco.com
used by
element XmlLdapContainerExport/candidate-query
attributes
Name  Type  Use  Default  Fixed  Annotation
entity-type  OrganisationalEntityType  required      
documentation
Enumerated value defining the type of the organization model entity.
guid  xs:string  required      
documentation
Globally unique ID of the organization model entity.
(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
base-dn  xs:string  optional      
documentation
Optionally provides a base DN that will be used to restrict the results. This base DN is relative, and in additon, to any base DN specified in the Primary LDAP Source on which the search will be performed.
query  xs:string  required      
documentation
The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources.
search-scope  XmlLdapSearchScope  required      
documentation
Enumerated value indicating the scope on which an LDAP search is to be performed.
annotation
documentation
Definition of a Candidate Query associated with the enclosing LDAP Container definition.
source <xs:complexType name="XmlCandidateQueryExport">
 
<xs:annotation>
   
<xs:documentation>Definition of a Candidate Query associated with the enclosing LDAP Container definition.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="entity-type" type="orgdto:OrganisationalEntityType" use="required">
   
<xs:annotation>
     
<xs:documentation>Enumerated value defining the type of the organization model entity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="guid" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Globally unique ID of the organization model entity.
(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="base-dn" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Optionally provides a base DN that will be used to restrict the results. This base DN is relative, and in additon, to any base DN specified in the Primary LDAP Source on which the search will be performed.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="query" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="search-scope" type="de:XmlLdapSearchScope" use="required">
   
<xs:annotation>
     
<xs:documentation>Enumerated value indicating the scope on which an LDAP search is to be performed.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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