diagram | |||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |