complexType DocumentContent
diagram bds_wsdl_diagrams/bds_wsdl_p1308.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>

element DocumentContent/content
diagram bds_wsdl_diagrams/bds_wsdl_p1309.png
type xs:base64Binary
properties
content simple
annotation
documentation
base64Binary
source <xs:element name="content" type="xs:base64Binary">
 
<xs:annotation>
   
<xs:documentation>base64Binary</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentContent/mime-type
diagram bds_wsdl_diagrams/bds_wsdl_p1310.png
type xs:string
properties
content simple
annotation
documentation
MIME type of 'content'
source <xs:element name="mime-type" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>MIME type of 'content'</xs:documentation>
 
</xs:annotation>
</xs:element>

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