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