diagram | |||||||||||||||
namespace | http://api.de.n2.tibco.com | ||||||||||||||
children | value | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |