complexType XmlLdapEntryId
diagram de-orgmodel-service_diagrams/de-orgmodel-service_p150.png
namespace http://base.api.de.bpm.tibco.com
used by
element XmlLdapContainerEntry/secondary-ref
complexType XmlLdapContainerEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resources are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
ldap-dn  xs:string  required      
documentation
The full Distinguished Name (DN) of the LDAP entry identified by this element.
annotation
documentation
Identifies an LDAP entry by the alias of the LDAP connection shared resource and the Distinguished Name (DN) of the entry within that LDAP.
source <xs:complexType name="XmlLdapEntryId">
 
<xs:annotation>
   
<xs:documentation>Identifies an LDAP entry by the alias of the LDAP connection shared resource and the Distinguished Name (DN) of the entry within that LDAP.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="ldap-alias" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resources are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ldap-dn" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The full Distinguished Name (DN) of the LDAP entry identified by this element.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlLdapEntryId/@ldap-alias
type xs:string
properties
use required
annotation
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resources are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
source <xs:attribute name="ldap-alias" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resources are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapEntryId/@ldap-dn
type xs:string
properties
use required
annotation
documentation
The full Distinguished Name (DN) of the LDAP entry identified by this element.
source <xs:attribute name="ldap-dn" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The full Distinguished Name (DN) of the LDAP entry identified by this element.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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