complexType CreateDocumentResponseType
diagram bds_wsdl_diagrams/bds_wsdl_p1296.png
namespace http://document.api.bds.tibco.com
children reference metadata
used by
element CreateDocumentResponse
annotation
documentation
Response for CreateDocument
source <xs:complexType name="CreateDocumentResponseType">
 
<xs:annotation>
   
<xs:documentation>Response for CreateDocument</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:annotation>
     
<xs:documentation>Document reference and (if returnMetadata flag true in request) the document metadata as well.</xs:documentation>
   
</xs:annotation>
   
<xs:element name="reference" type="DocumentReference">
     
<xs:annotation>
       
<xs:documentation>A reference to a document in the document store</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="metadata" type="DocumentMetadata" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element CreateDocumentResponseType/reference
diagram bds_wsdl_diagrams/bds_wsdl_p1297.png
type DocumentReference
properties
content simple
annotation
documentation
A reference to a document in the document store
source <xs:element name="reference" type="DocumentReference">
 
<xs:annotation>
   
<xs:documentation>A reference to a document in the document store</xs:documentation>
 
</xs:annotation>
</xs:element>

element CreateDocumentResponseType/metadata
diagram bds_wsdl_diagrams/bds_wsdl_p1298.png
type DocumentMetadata
properties
minOcc 0
maxOcc 1
content complex
children specifier name version mimeType createdDateTime createdBy lastModifiedDateTime lastModifiedBy byteSize
source <xs:element name="metadata" type="DocumentMetadata" minOccurs="0"/>

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