complexType XmlLdapAttribute
diagram deservices_wsdl_diagrams/deservices_wsdl_p1845.png
namespace http://api.de.n2.tibco.com
type extension of XmlLdapAttributeSimple
properties
base XmlLdapAttributeSimple
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the resource attribute within the organization model (NOT the name of any LDAP attribute from which it takes its value).

Exception: When returned as part of a listLDAPAttributesResponse, name of the LDAP attribute.
desc-guid  xs:string  optional      
documentation
Unique identifier of the parameter descriptor that describes the resource attribute.
type  XmlParameterType    String    
documentation
Enumerated value defining the data type of this resource attribute's value.
local  xs:boolean    true    
documentation
Boolean value defining whether the resource attribute holds its value locally within Directory Engine (TRUE), or whether it reads the value from an identified LDAP attribute (FALSE).
ldap-alias  xs:string  optional      
documentation
For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the resource attribute's value can be read.
ldap-dn  xs:string  optional      
documentation
For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. Together with the ldap-alias, this will locate an entry within the LDAP directory.
ldap-attribute  xs:string  optional      
documentation
For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. Together with the ldap-alias and ldap-dn, this will uniquely identify an attribute of an entry within the LDAP directory.
annotation
documentation
Extension of XmlLdapAttributeSimple, which provides detailed information about the mapping of an organization model entity attribute to an LDAP attribute.

An  organization model entity attribute that references an LDAP attribute can hold more than one value.

     
source <xs:complexType name="XmlLdapAttribute">
 
<xs:annotation>
   
<xs:documentation>Extension of XmlLdapAttributeSimple, which provides detailed information about the mapping of an organization model entity attribute to an LDAP attribute.

An  organization model entity attribute that references an LDAP attribute can hold more than one value.

     
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlLdapAttributeSimple">
     
<xs:attribute name="desc-guid" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>Unique identifier of the parameter descriptor that describes the resource attribute.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="type" type="XmlParameterType" default="String">
       
<xs:annotation>
         
<xs:documentation>Enumerated value defining the data type of this resource attribute's value.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="local" type="xs:boolean" default="true">
       
<xs:annotation>
         
<xs:documentation>Boolean value defining whether the resource attribute holds its value locally within Directory Engine (TRUE), or whether it reads the value from an identified LDAP attribute (FALSE).</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="ldap-alias" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the resource attribute's value can be read.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="ldap-dn" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. Together with the ldap-alias, this will locate an entry within the LDAP directory.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="ldap-attribute" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. Together with the ldap-alias and ldap-dn, this will uniquely identify an attribute of an entry within the LDAP directory.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlLdapAttribute/@desc-guid
type xs:string
properties
use optional
annotation
documentation
Unique identifier of the parameter descriptor that describes the resource attribute.
source <xs:attribute name="desc-guid" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Unique identifier of the parameter descriptor that describes the resource attribute.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapAttribute/@type
type XmlParameterType
properties
default String
facets
Kind Value Annotation
enumeration String
enumeration Decimal
enumeration Integer
enumeration Boolean
enumeration DateTime
enumeration Date
enumeration Time
enumeration Enum
enumeration EnumSet
enumeration Set
annotation
documentation
Enumerated value defining the data type of this resource attribute's value.
source <xs:attribute name="type" type="XmlParameterType" default="String">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the data type of this resource attribute's value.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapAttribute/@local
type xs:boolean
properties
default true
annotation
documentation
Boolean value defining whether the resource attribute holds its value locally within Directory Engine (TRUE), or whether it reads the value from an identified LDAP attribute (FALSE).
source <xs:attribute name="local" type="xs:boolean" default="true">
 
<xs:annotation>
   
<xs:documentation>Boolean value defining whether the resource attribute holds its value locally within Directory Engine (TRUE), or whether it reads the value from an identified LDAP attribute (FALSE).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapAttribute/@ldap-alias
type xs:string
properties
use optional
annotation
documentation
For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the resource attribute's value can be read.
source <xs:attribute name="ldap-alias" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the resource attribute's value can be read.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapAttribute/@ldap-dn
type xs:string
properties
use optional
annotation
documentation
For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. Together with the ldap-alias, this will locate an entry within the LDAP directory.
source <xs:attribute name="ldap-dn" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. Together with the ldap-alias, this will locate an entry within the LDAP directory.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapAttribute/@ldap-attribute
type xs:string
properties
use optional
annotation
documentation
For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. Together with the ldap-alias and ldap-dn, this will uniquely identify an attribute of an entry within the LDAP directory.
source <xs:attribute name="ldap-attribute" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. Together with the ldap-alias and ldap-dn, this will uniquely identify an attribute of an entry within the LDAP directory.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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