diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://directory.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of XmlLdapContainerEntry | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | secondary-ref attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="getCandidateDetailResponse"> <xs:annotation> <xs:documentation>Response element for the getCandidateDetail operation. Returns the name and GUID of the existing resource, if one already exists for the candidate. Includes the values for any resource attributes mapped to the LDAP attributes of the identified LDAP container.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="de:XmlLdapContainerEntry"> <xs:sequence> <xs:element name="attribute" type="de:XmlMappedAttributeValue" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Names an LDAP attribute mapped to the resource attribute identified by its GUID, and provides the values derived from the named LDAP attribute.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="container-id" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Identifies the LDAP container from which the candidate was resolved.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="guid" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>If the candidate is one for which a resource already exists, the GUID of that existing resource is given.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The name of the existing resource, or the name that will be assigned (by default) to the resource created from this candidate entry.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="start-date" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence begins.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="end-date" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence ends.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </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 candidate was resolved.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="guid" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>If the candidate is one for which a resource already exists, the GUID of that existing resource is given.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The name of the existing resource, or the name that will be assigned (by default) to the resource created from this candidate entry.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="start-date" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence begins.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="end-date" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>If the candidate is one for which a resource already exists, this optional date and time shows when the resource's presence ends.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||||||||||||||||||
type | XmlMappedAttributeValue | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | value | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="attribute" type="de:XmlMappedAttributeValue" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Names an LDAP attribute mapped to the resource attribute identified by its GUID, and provides the values derived from the named LDAP attribute.</xs:documentation> </xs:annotation> </xs:element> |