Actuate Information Delivery API data types : JobNoticeField
 
JobNoticeField
A simple data type that represents the fields on which a search can be performed.
Schema
<xsd:simpleType name="JobNoticeField">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="JobId"/>
<xsd:enumeration value="JobName"/>
<xsd:enumeration value="OutputFileName"/>
<xsd:enumeration value="JobState"/>
<xsd:enumeration value="HeadLine"/>
<xsd:enumeration value="CompletionTime"/>
</xsd:restriction>
</xsd:simpleType>