http://www.FatTail.com/api
ReportOutputType Simple Type
http://www.FatTail.com/api : ReportOutputType Simple Type
Description
Output format for reports run through the API.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
ReportOutputType Restriction of xs:string
Output format for reports run through the API.
Facets
EnumerationCSV
Source
<xs:simpleType name="ReportOutputType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="CSV" />
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api