diagram | |||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||
children | attribute | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="XmlLdapEntry"> <xs:annotation> <xs:documentation>Details the properties of an LDAP entry; including its DN and attributes.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="attribute" type="XmlLdapAttributeValue" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The collection of named attributes read from the LDAP entry. This collection may be limited to those named in the request that returned this element.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="ldap-dn" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The full Distinguished Name (DN) of the LDAP entry from which this element was constructed.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
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 from which this element was constructed.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||||||||||
type | XmlLdapAttributeValue | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | value | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="attribute" type="XmlLdapAttributeValue" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The collection of named attributes read from the LDAP entry. This collection may be limited to those named in the request that returned this element.</xs:documentation> </xs:annotation> </xs:element> |