complexType XmlLdapContainerMapping
diagram de_wsdl_diagrams/de_wsdl_p23868.png
namespace http://ldap.api.de.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
primary-attribute  xs:string  required      
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).
secondary-attribute  xs:string  required      
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)
annotation
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.
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>

attribute XmlLdapContainerMapping/@primary-attribute
type xs:string
properties
use required
annotation
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).
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>

attribute XmlLdapContainerMapping/@secondary-attribute
type xs:string
properties
use required
annotation
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)
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>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy