complexType DocumentContent
diagram bds_wsdl_diagrams/bds_wsdl_p151.png
namespace http://document.api.bds.tibco.com
children content mime-type
annotation
documentation
The actual content of a document to be passed to or from the document repository
source <xs:complexType name="DocumentContent">
 
<xs:annotation>
   
<xs:documentation>The actual content of a document to be passed to or from the document repository</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="content" type="xs:base64Binary">
     
<xs:annotation>
       
<xs:documentation>base64Binary</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="mime-type" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>MIME type of 'content'</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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