diagram | |||||||||||||||||||||||
namespace | http://directory.api.de.bpm.tibco.com | ||||||||||||||||||||||
type | extension of XmlLdapEntryId | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | attribute | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="getLdapEntry"> <xs:annotation> <xs:documentation>Request element for the getLdapEntry operation. Returns the named attributes from the LDAP entry identified by the given LDAP alias and DN.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="de:XmlLdapEntryId"> <xs:sequence> <xs:element name="attribute" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Names an LDAP attribute to be included for each entry in the result set. If no names are specified in the request, all the entry's attributes will be returned.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="name" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | |||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="attribute" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Names an LDAP attribute to be included for each entry in the result set. If no names are specified in the request, all the entry's attributes will be returned.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="name" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="name" type="xs:string" use="required"/> |