Actuate Information Delivery API data types : DataSourceType
 
DataSourceType
A simple data type that specifies the type of file in which a parameter exists.
Schema
<xsd:simpleType name="DataSourceType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="InfoObject"/>
<xsd:enumeration value="ABInfoObject"/>
</xsd:restriction>
</xsd:simpleType>
Elements
InfoObject
An information object.
ABInfoObject
An Actuate Basic information object.