complexType XmlLdapEntry
diagram deservices_wsdl_diagrams/deservices_wsdl_p84.png
namespace http://base.api.de.bpm.tibco.com
children attribute
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-dn  xs:string  required      
documentation
The full Distinguished Name (DN) of the LDAP entry from which this element was constructed.
annotation
documentation
Details the properties of an LDAP entry; including its DN and attributes.
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>

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