complexType XmlLdapAttributeSimple
diagram de_wsdl_diagrams/de_wsdl_p50.png
namespace http://api.de.n2.tibco.com
children value
used by
complexType XmlLdapAttribute
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.
annotation
documentation
Definition of an attribute of an organization model entity, giving its name and value(s).
source <xs:complexType name="XmlLdapAttributeSimple">
 
<xs:annotation>
   
<xs:documentation>Definition of an attribute of an organization model entity, giving its name and value(s).</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>List of the values held by the resource attribute.

An organization model entity that references an LDAP attribute can hold more than one value.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs: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.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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