diagram | |||||||||||||||||||||||||||||||
namespace | http://directory.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||
type | extension of XmlLdapEntry | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | attribute | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="getLdapEntryResponse"> <xs:annotation> <xs:documentation>Response element for the getLdapEntry operation. Returns the requested attributes of the LDAP entry identified in the request. If the identifed LDAP entry does not exist, the response will be empty.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="de:XmlLdapEntry"> <xs:attribute name="ldap-alias" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Identifies the LDAP connection shared resource from which the entry was read. LDAP connection shared resource 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="not-found" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Indicates that the identified LDAP entry cannot be found.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="ldap-alias" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Identifies the LDAP connection shared resource from which the entry was read. LDAP connection shared resource 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:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="not-found" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Indicates that the identified LDAP entry cannot be found.</xs:documentation> </xs:annotation> </xs:attribute> |