diagram | |||||||||||||||
namespace | http://ldapservice.api.de.n2.tibco.com | ||||||||||||||
properties |
|
||||||||||||||
children | Names LdapEntry | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:int | ||
annotation |
|
||
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> |
diagram | |||||||
properties |
|
||||||
children | AttributeName | ||||||
annotation |
|
||||||
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> |
diagram | |||
type | xs:string | ||
properties |
|
||
source | <xs:element name="AttributeName" type="xs:string"/> |
diagram | |||||||
properties |
|
||||||
children | LdapAttribute | ||||||
annotation |
|
||||||
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> |
diagram | |||||||||||||||
type | XmlLdapAttributeSimple | ||||||||||||||
properties |
|
||||||||||||||
children | value | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |