diagram | |||||||||||||||||||||||
namespace | http://ldap.api.de.n2.tibco.com | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="XmlLdapContainerMapping"> <xs:annotation> <xs:documentation>Definition of a foreign key mapping between the primary LDAP source and a secondary LDAP source for an LDAP container. Each element names an attribute within each LDAP source that, for a given entry in each LDAP source, holds the same value and thus provides an association between the two entries. In order to uniquely identify an entry in each LDAP source many of these elements may be required, naming several attributes in each LDAP source.</xs:documentation> </xs:annotation> <xs:attribute name="primary-attribute" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The LDAP attribute in the primary LDAP source that is to be mapped to the LDAP attribute in the secondary LDAP source (name in the secondary-attribute).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="secondary-attribute" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The LDAP attribute in this secondary LDAP source that is to be mapped to from the LDAP attribute in the primary LDAP source (named in the primary-attribute)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="primary-attribute" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The LDAP attribute in the primary LDAP source that is to be mapped to the LDAP attribute in the secondary LDAP source (name in the secondary-attribute).</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="secondary-attribute" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The LDAP attribute in this secondary LDAP source that is to be mapped to from the LDAP attribute in the primary LDAP source (named in the primary-attribute)</xs:documentation> </xs:annotation> </xs:attribute> |