Actuate Information Delivery API data types : DataExtractionFormat
 
DataExtractionFormat
A complex data type that describes the format of a file and its mime type.
Schema
<xsd:complexType name="DataExtractionFormat">
<xsd:sequence>
<xsd:element name="OutputFormat" type="xsd:string"/>
<xsd:element name="MimeType" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Elements
OutputFormat
The format of the file.
MimeType
The file mime type.