complexType XmlLdapReference
diagram de_wsdl_diagrams/de_wsdl_p24226.png
namespace http://api.de.n2.tibco.com
children SecondaryLdapEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
container-id  xs:long    0    
documentation
Identifier of the LDAP Container in which the referenced LDAP connections are defined, and from which this XmlLdapReference was constructed.
container-name  xs:string  optional      
documentation
Name of the LDAP Container in which the referenced LDAP connections are defined, and from which this XmlLdapReference was constructed.
ldap-alias  xs:string  required      
documentation
Alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the attribute's value can be read.       
ldap-dn  xs:string  required      
documentation
Distinguished Name (DN) that uniquely identifies an LDAP entry. Used to look up that entry so that the attribute values can be read. 
annotation
documentation
LDAP reference identifier, which identifies the LDAP entries from which an organization model resource is derived. It identifies both the LDAP container and the DN within the primary LDAP of that container.

If the LDAP container has any secondary LDAPs, the entry within each of those LDAPs is also identified (by its LDAP shared resource alias and DN). If there is more than one corresponding entry in a secondary LDAP for the primary LDAP entry, the number of additional entries is given in the "duplicate-count" attribute for that entry.
     
source <xs:complexType name="XmlLdapReference">
 
<xs:annotation>
   
<xs:documentation>LDAP reference identifier, which identifies the LDAP entries from which an organization model resource is derived. It identifies both the LDAP container and the DN within the primary LDAP of that container.

If the LDAP container has any secondary LDAPs, the entry within each of those LDAPs is also identified (by its LDAP shared resource alias and DN). If there is more than one corresponding entry in a secondary LDAP for the primary LDAP entry, the number of additional entries is given in the "duplicate-count" attribute for that entry.
     
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SecondaryLdapEntry" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Details of each secondary LDAP source associated with the primary LDAP source.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attributeGroup ref="LdapIdentity">
         
<xs:annotation>
           
<xs:documentation>Alias and DN that identify the LDAP entry within the secondary LDAP resource of the LDAP container. </xs:documentation>
         
</xs:annotation>
       
</xs:attributeGroup>
       
<xs:attribute name="duplicate-count" type="xs:int" default="0">
         
<xs:annotation>
           
<xs:documentation>Number of entries, within the secondary LDAP resource, that match the foreign-key attributes of the primary LDAP resource; that join entries in the primary and secondary LDAP Resources.

Although only one alias and DN pair will be listed for the secondary LDAP resource, there may be several possible matches for the primary LDAP resource entry.
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="container-id" type="xs:long" default="0">
   
<xs:annotation>
     
<xs:documentation>Identifier of the LDAP Container in which the referenced LDAP connections are defined, and from which this XmlLdapReference was constructed. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="container-name" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Name of the LDAP Container in which the referenced LDAP connections are defined, and from which this XmlLdapReference was constructed. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="LdapIdentity">
   
<xs:annotation>
     
<xs:documentation>Aalias and DN that identify the LDAP entry within the primary LDAP resource of the LDAP container. </xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
</xs:complexType>

attribute XmlLdapReference/@container-id
type xs:long
properties
default 0
annotation
documentation
Identifier of the LDAP Container in which the referenced LDAP connections are defined, and from which this XmlLdapReference was constructed.
source <xs:attribute name="container-id" type="xs:long" default="0">
 
<xs:annotation>
   
<xs:documentation>Identifier of the LDAP Container in which the referenced LDAP connections are defined, and from which this XmlLdapReference was constructed. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapReference/@container-name
type xs:string
properties
use optional
annotation
documentation
Name of the LDAP Container in which the referenced LDAP connections are defined, and from which this XmlLdapReference was constructed.
source <xs:attribute name="container-name" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Name of the LDAP Container in which the referenced LDAP connections are defined, and from which this XmlLdapReference was constructed. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlLdapReference/SecondaryLdapEntry
diagram de_wsdl_diagrams/de_wsdl_p24227.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
Alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the attribute's value can be read.       
ldap-dn  xs:string  required      
documentation
Distinguished Name (DN) that uniquely identifies an LDAP entry. Used to look up that entry so that the attribute values can be read. 
duplicate-count  xs:int    0    
documentation
Number of entries, within the secondary LDAP resource, that match the foreign-key attributes of the primary LDAP resource; that join entries in the primary and secondary LDAP Resources.

Although only one alias and DN pair will be listed for the secondary LDAP resource, there may be several possible matches for the primary LDAP resource entry.
annotation
documentation
Details of each secondary LDAP source associated with the primary LDAP source.
source <xs:element name="SecondaryLdapEntry" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of each secondary LDAP source associated with the primary LDAP source.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attributeGroup ref="LdapIdentity">
     
<xs:annotation>
       
<xs:documentation>Alias and DN that identify the LDAP entry within the secondary LDAP resource of the LDAP container. </xs:documentation>
     
</xs:annotation>
   
</xs:attributeGroup>
   
<xs:attribute name="duplicate-count" type="xs:int" default="0">
     
<xs:annotation>
       
<xs:documentation>Number of entries, within the secondary LDAP resource, that match the foreign-key attributes of the primary LDAP resource; that join entries in the primary and secondary LDAP Resources.

Although only one alias and DN pair will be listed for the secondary LDAP resource, there may be several possible matches for the primary LDAP resource entry.
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute XmlLdapReference/SecondaryLdapEntry/@duplicate-count
type xs:int
properties
default 0
annotation
documentation
Number of entries, within the secondary LDAP resource, that match the foreign-key attributes of the primary LDAP resource; that join entries in the primary and secondary LDAP Resources.

Although only one alias and DN pair will be listed for the secondary LDAP resource, there may be several possible matches for the primary LDAP resource entry.
source <xs:attribute name="duplicate-count" type="xs:int" default="0">
 
<xs:annotation>
   
<xs:documentation>Number of entries, within the secondary LDAP resource, that match the foreign-key attributes of the primary LDAP resource; that join entries in the primary and secondary LDAP Resources.

Although only one alias and DN pair will be listed for the secondary LDAP resource, there may be several possible matches for the primary LDAP resource entry.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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