diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://directory.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | candidate | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="listCandidateResourcesResponse"> <xs:annotation> <xs:documentation>Response element for the listCandidateResources operation. Returns a list of candidate resources from the requested container.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="candidate" type="de:XmlResourceCandidate" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="container-id" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Identifies the LDAP container from which the candidates were resolved.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="include" type="de:XmlCandidateChoice" default="ALL"> <xs:annotation> <xs:documentation>Indicates what entries are be included in the collection of candidate entries.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="estimated-size" type="xs:int"> <xs:annotation> <xs:documentation>Estimated size of all results from LDAP server. Only specified if paged result sets are requested, and only if supported by the LDAP server.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="bookmark" type="xs:string"> <xs:annotation> <xs:documentation>Opaque marker for progress through a paged result set. Specified but empty if there are no more results left in the paged result set. Response will be Base64 encoded.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="container-id" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Identifies the LDAP container from which the candidates were resolved.</xs:documentation> </xs:annotation> </xs:attribute> |
type | XmlCandidateChoice | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:attribute name="include" type="de:XmlCandidateChoice" default="ALL"> <xs:annotation> <xs:documentation>Indicates what entries are be included in the collection of candidate entries.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
annotation |
|
||
source | <xs:attribute name="estimated-size" type="xs:int"> <xs:annotation> <xs:documentation>Estimated size of all results from LDAP server. Only specified if paged result sets are requested, and only if supported by the LDAP server.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="bookmark" type="xs:string"> <xs:annotation> <xs:documentation>Opaque marker for progress through a paged result set. Specified but empty if there are no more results left in the paged result set. Response will be Base64 encoded.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
type | XmlResourceCandidate | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | secondary-ref | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="candidate" type="de:XmlResourceCandidate" minOccurs="0" maxOccurs="unbounded"/> |