element listLDAPAttributeNamesResponse
diagram de_wsdl_diagrams/de_wsdl_p24899.png
namespace http://ldapservice.api.de.n2.tibco.com
properties
content complex
children Names LdapEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
entity-count  xs:int        
documentation
Count of the total number of rows this query would return from the LDAP source.
annotation
documentation
Response element for listLDAPAttributeNames operation.
source <xs:element name="listLDAPAttributeNamesResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for listLDAPAttributeNames operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Names" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>List of LDAP attribute names that exist in the specified LDAP source.

Only the attribute name is returned. No data values are returned.
</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence minOccurs="0" maxOccurs="unbounded">
           
<xs:element name="AttributeName" type="xs:string"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="LdapEntry" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>List of sample entries from the LDAP source. This sample data is random, and simply includes up to the maximum number of entries requested.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="LdapAttribute" type="de:XmlLdapAttributeSimple" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Details of each attribute.</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="entity-count" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>Count of the total number of rows this query would return from the LDAP source.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute listLDAPAttributeNamesResponse/@entity-count
type xs:int
annotation
documentation
Count of the total number of rows this query would return from the LDAP source.
source <xs:attribute name="entity-count" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Count of the total number of rows this query would return from the LDAP source.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element listLDAPAttributeNamesResponse/Names
diagram de_wsdl_diagrams/de_wsdl_p24900.png
properties
minOcc 0
maxOcc 1
content complex
children AttributeName
annotation
documentation
List of LDAP attribute names that exist in the specified LDAP source.

Only the attribute name is returned. No data values are returned.
source <xs:element name="Names" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>List of LDAP attribute names that exist in the specified LDAP source.

Only the attribute name is returned. No data values are returned.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="AttributeName" type="xs:string"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element listLDAPAttributeNamesResponse/Names/AttributeName
diagram de_wsdl_diagrams/de_wsdl_p24901.png
type xs:string
properties
content simple
source <xs:element name="AttributeName" type="xs:string"/>

element listLDAPAttributeNamesResponse/LdapEntry
diagram de_wsdl_diagrams/de_wsdl_p24902.png
properties
minOcc 0
maxOcc unbounded
content complex
children LdapAttribute
annotation
documentation
List of sample entries from the LDAP source. This sample data is random, and simply includes up to the maximum number of entries requested.
source <xs:element name="LdapEntry" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>List of sample entries from the LDAP source. This sample data is random, and simply includes up to the maximum number of entries requested.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="LdapAttribute" type="de:XmlLdapAttributeSimple" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Details of each attribute.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element listLDAPAttributeNamesResponse/LdapEntry/LdapAttribute
diagram de_wsdl_diagrams/de_wsdl_p24903.png
type XmlLdapAttributeSimple
properties
minOcc 0
maxOcc unbounded
content complex
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the resource attribute within the organization model (NOT the name of any LDAP attribute from which it takes its value).

Exception: When returned as part of a listLDAPAttributesResponse, name of the LDAP attribute.
annotation
documentation
Details of each attribute.
source <xs:element name="LdapAttribute" type="de:XmlLdapAttributeSimple" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of each attribute.</xs:documentation>
 
</xs:annotation>
</xs:element>

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