Developing Actuate Information Delivery API applications using Java : ArrayOfEventStatus
 
ArrayOfEventStatus
A complex data type representing an array of event status.
Schema
<xsd:complexType name="ArrayOfEventStatus">
<xsd:sequence>
<xsd:element name="EventStatus" type="typens:EventStatus"
maxOccurs="unbounded" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>