complexType XmlLdapSource
diagram de_wsdl_diagrams/de_wsdl_p23093.png
namespace http://ldap.api.de.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the LDAP source.
guid  xs:string  optional      
documentation
Unique GUID of the LDAP source.
ldap-alias  xs:string  required      
documentation
Alias of the LDAP directory that is referenced by this LDAP source. The alias is a previously configured shared resource that identifies this LDAP source.
display-name-attributes  xs:string  optional      
documentation
(Optional) LDAP attributes that can be used to generate a default display name for any resource located within this LDAP source.
annotation
documentation
Definition of an LDAP shared resource entry (identified by its GUID) in an LDAP container.

The "id" attribute is used to link this element to the "ldap-resource-id" attribute of the XmlLdapAttributeContainerMapping entries in the XmlLdapContainer in which this element is located. (A value should always be assigned to the "id" attribute.)
source <xs:complexType name="XmlLdapSource">
 
<xs:annotation>
   
<xs:documentation>Definition of an LDAP shared resource entry (identified by its GUID) in an LDAP container.

The "id" attribute is used to link this element to the "ldap-resource-id" attribute of the XmlLdapAttributeContainerMapping entries in the XmlLdapContainer in which this element is located. (A value should always be assigned to the "id" attribute.)
</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="id" type="xs:long" use="required">
   
<xs:annotation>
     
<xs:documentation>Unique ID of the LDAP source.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="guid" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Unique GUID of the LDAP source.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ldap-alias" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Alias of the LDAP directory that is referenced by this LDAP source. The alias is a previously configured shared resource that identifies this LDAP source.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="display-name-attributes" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>(Optional) LDAP attributes that can be used to generate a default display name for any resource located within this LDAP source.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlLdapSource/@id
type xs:long
properties
use required
annotation
documentation
Unique ID of the LDAP source.
source <xs:attribute name="id" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the LDAP source.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapSource/@guid
type xs:string
properties
use optional
annotation
documentation
Unique GUID of the LDAP source.
source <xs:attribute name="guid" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Unique GUID of the LDAP source.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapSource/@ldap-alias
type xs:string
properties
use required
annotation
documentation
Alias of the LDAP directory that is referenced by this LDAP source. The alias is a previously configured shared resource that identifies this LDAP source.
source <xs:attribute name="ldap-alias" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Alias of the LDAP directory that is referenced by this LDAP source. The alias is a previously configured shared resource that identifies this LDAP source.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapSource/@display-name-attributes
type xs:string
properties
use optional
annotation
documentation
(Optional) LDAP attributes that can be used to generate a default display name for any resource located within this LDAP source.
source <xs:attribute name="display-name-attributes" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>(Optional) LDAP attributes that can be used to generate a default display name for any resource located within this LDAP source.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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