complexType XmlCandidateQueryExport
diagram de_wsdl_diagrams/de_wsdl_p22270.png
namespace http://ldap.api.de.n2.tibco.com
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.
dynamic  xs:boolean    false    
documentation
Indicates that this candidate query was generated as a part of a dynamic model generation.
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:attribute name="dynamic" type="xs:boolean" default="false">
   
<xs:annotation>
     
<xs:documentation>Indicates that this candidate query was generated as a part of a dynamic model generation.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlCandidateQueryExport/@entity-type
type OrganisationalEntityType
properties
use required
facets
Kind Value Annotation
enumeration ORGANIZATION
enumeration ORGANIZATIONAL_UNIT
enumeration GROUP
enumeration POSITION
enumeration PRIVILEGE
enumeration CAPABILITY
enumeration RESOURCE
enumeration LOCATION
enumeration ORGANIZATION_TYPE
enumeration ORGANIZATIONAL_UNIT_TYPE
enumeration POSITION_TYPE
enumeration LOCATION_TYPE
enumeration ORGUNIT_RELATIONSHIP_TYPE
enumeration POSITION_HELD
enumeration ORGUNIT_RELATIONSHIP
enumeration ORGUNIT_FEATURE
enumeration POSITION_FEATURE
enumeration PARAMETER_DESCRIPTOR
enumeration CANDIDATE_QUERY
enumeration MODEL_ORG_UNIT
enumeration MODEL_POSITION
enumeration QUERY
annotation
documentation
Enumerated value defining the type of the organization model entity.
source <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>

attribute XmlCandidateQueryExport/@guid
type xs:string
properties
use required
annotation
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.)
source <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>

attribute XmlCandidateQueryExport/@base-dn
type xs:string
properties
use optional
annotation
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.
source <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>

attribute XmlCandidateQueryExport/@query
type xs:string
properties
use required
annotation
documentation
The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources.
source <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>

attribute XmlCandidateQueryExport/@search-scope
type XmlLdapSearchScope
properties
use required
facets
Kind Value Annotation
enumeration ONELEVEL
enumeration SUBTREE
annotation
documentation
Enumerated value indicating the scope on which an LDAP search is to be performed.
source <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>

attribute XmlCandidateQueryExport/@dynamic
type xs:boolean
properties
default false
annotation
documentation
Indicates that this candidate query was generated as a part of a dynamic model generation.
source <xs:attribute name="dynamic" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>Indicates that this candidate query was generated as a part of a dynamic model generation.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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