complexType XmlMappedAttributeValue
diagram de_wsdl_diagrams/de_wsdl_p23962.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlLdapAttributeValue
properties
base XmlLdapAttributeValue
children value
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.
resource-attr-guid  xs:string  required      
documentation
The GUID of the resource attribute as defined in the organization model.
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="XmlMappedAttributeValue">
 
<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="XmlLdapAttributeValue">
     
<xs:attribute name="resource-attr-guid" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>The GUID of the resource attribute as defined in the organization model.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlMappedAttributeValue/@resource-attr-guid
type xs:string
properties
use required
annotation
documentation
The GUID of the resource attribute as defined in the organization model.
source <xs:attribute name="resource-attr-guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The GUID of the resource attribute as defined in the organization model.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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