diagram | |||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||
type | extension of XmlLdapEntryId | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | secondary-ref | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="XmlLdapContainerEntry"> <xs:annotation> <xs:documentation>Identifies the LDAP entries (both primary and secondaries) from which a Resource can be (or has been) created. The ldap-alias and ldap-dn identify the LDAP Entry within the Primary LDAP Source the LDAP Container from which the candidate was derived. If the LDAP Container has any Secondary LDAP Sources, a "secondary-ref" identifies the LDAP Entry within each of those Secondary LDAP Sources.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="XmlLdapEntryId"> <xs:sequence> <xs:element name="secondary-ref" type="XmlLdapEntryId" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Identifies the LDAP entry in the secondary LDAP source (which is itself identified by the ldap-alias) of an LDAP container.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||||||||||||||||||
type | XmlLdapEntryId | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="secondary-ref" type="XmlLdapEntryId" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Identifies the LDAP entry in the secondary LDAP source (which is itself identified by the ldap-alias) of an LDAP container.</xs:documentation> </xs:annotation> </xs:element> |