complexType XmlLdapAttributeValue
diagram deservices_wsdl_diagrams/deservices_wsdl_p2031.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlLdapAttribute
properties
base XmlLdapAttribute
children value
used by
element XmlLdapEntry/attribute
complexType XmlMappedAttributeValue
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 returns the values it holds. Includes an indication of whether its values are binary data. Binary values will be encoded in Base-64.
source <xs:complexType name="XmlLdapAttributeValue">
 
<xs:annotation>
   
<xs:documentation>Names an LDAP Attribute and returns the values it holds. Includes an indication of whether its values are binary data. Binary values will be encoded in Base-64.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlLdapAttribute">
     
<xs:sequence>
       
<xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The collection of values read from the named attribute.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element XmlLdapAttributeValue/value
diagram deservices_wsdl_diagrams/deservices_wsdl_p2032.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
The collection of values read from the named attribute.
source <xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The collection of values read from the named attribute.</xs:documentation>
 
</xs:annotation>
</xs:element>

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