| diagram | ![]()  | 
				||||||||||||||||||||||
| namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||
| used by | 
  | 
				||||||||||||||||||||||
| attributes | 
  | 
				||||||||||||||||||||||
| annotation | 
  | 
				||||||||||||||||||||||
| 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>  |