complexType XmlLdapAttribute
diagram deservices_wsdl_diagrams/deservices_wsdl_p1736.png
namespace http://base.api.de.bpm.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
The name of the LDAP attribute.
binary  xs:boolean    false    
documentation
Indicates whether the data of the named attribute is binary.
annotation
documentation
Names an LDAP attribute and indicates whether its values are binary data.
source <xs:complexType name="XmlLdapAttribute">
 
<xs:annotation>
   
<xs:documentation>Names an LDAP attribute and indicates whether its values are binary data.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The name of the LDAP attribute.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="binary" type="xs:boolean" default="false">
   
<xs:annotation>
     
<xs:documentation>Indicates whether the data of the named attribute is binary.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlLdapAttribute/@name
type xs:string
properties
use required
annotation
documentation
The name of the LDAP attribute.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The name of the LDAP attribute.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapAttribute/@binary
type xs:boolean
properties
default false
annotation
documentation
Indicates whether the data of the named attribute is binary.
source <xs:attribute name="binary" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the data of the named attribute is binary.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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