complexType MoveDocumentRequestType
diagram bds_wsdl_diagrams/bds_wsdl_p171.png
namespace http://document.api.bds.tibco.com
children sourceOwner targetOwner documentReference
used by
element MoveDocumentRequest
annotation
documentation
Request type for MoveDocument
source <xs:complexType name="MoveDocumentRequestType">
 
<xs:annotation>
   
<xs:documentation>Request type for MoveDocument</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="sourceOwner" type="OwnerReference">
     
<xs:annotation>
       
<xs:documentation>Existing owner for the document. Once the operation is complete, the document will no longer reside in this owner's folder.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="targetOwner" type="OwnerReference">
     
<xs:annotation>
       
<xs:documentation>New owner for the document (it will no longer be owned by the specified source owner once this operation completes). If the document also resides in folders belonging to owners other than the specified sourceOwner, then it will continue to do so.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="documentReference" type="DocumentReference">
     
<xs:annotation>
       
<xs:documentation>Document reference of existing document to be moved</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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