complexType MoveDocumentRequestType
diagram bds_wsdl_diagrams/bds_wsdl_p1377.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>

element MoveDocumentRequestType/sourceOwner
diagram bds_wsdl_diagrams/bds_wsdl_p1378.png
type OwnerReference
properties
content complex
children caseReference
annotation
documentation
Existing owner for the document. Once the operation is complete, the document will no longer reside in this owner's folder.
source <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>

element MoveDocumentRequestType/targetOwner
diagram bds_wsdl_diagrams/bds_wsdl_p1379.png
type OwnerReference
properties
content complex
children caseReference
annotation
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.
source <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>

element MoveDocumentRequestType/documentReference
diagram bds_wsdl_diagrams/bds_wsdl_p1380.png
type DocumentReference
properties
content simple
annotation
documentation
Document reference of existing document to be moved
source <xs:element name="documentReference" type="DocumentReference">
 
<xs:annotation>
   
<xs:documentation>Document reference of existing document to be moved</xs:documentation>
 
</xs:annotation>
</xs:element>

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