complexType XmlEntityMapping
diagram de_wsdl_diagrams/de_wsdl_p47.png
namespace http://api.de.n2.tibco.com
children target create remove
annotation
documentation
Definition of a target organization model entity (a position or group) and the resources that are to be mapped to (created) or removed from it.

A collection of these elements form the request to the MapEntities operation in the Mapping service.
source <xs:complexType name="XmlEntityMapping">
 
<xs:annotation>
   
<xs:documentation>Definition of a target organization model entity (a position or group) and the resources that are to be mapped to (created) or removed from it.

A collection of these elements form the request to the MapEntities operation in the Mapping service.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="target" type="orgdto:XmlModelEntityId">
     
<xs:annotation>
       
<xs:documentation>Target organization model entity (a position or group) to which resources should be mapped (created), or from which they should or removed.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:choice>
     
<xs:element name="create" type="XmlLdapEntity" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Details of the resources to be mapped to the target organization model entity.

A new resource will be created if no existing resource can be found for the specified organization model guid or LDAP entry identifier (ldap-dn).
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="remove" type="orgdto:XmlModelEntityId" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Details of the resources to be removed from the target organization model entity.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

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