complexType XmlLdapAttributeSimple
diagram de_wsdl_diagrams/de_wsdl_p25341.png
namespace http://api.de.n2.tibco.com
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.
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>

attribute XmlLdapAttributeSimple/@name
type xs:string
properties
use required
annotation
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.
source <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>

element XmlLdapAttributeSimple/value
diagram de_wsdl_diagrams/de_wsdl_p25342.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
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.
source <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>

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