Actuate Information Delivery API data types : InfoObjectData
 
InfoObjectData
A complex data type that describes the data from an information object.
Schema
<xsd:complexType name="InfoObjectData">
<xsd:sequence>
<xsd:element name="DataSchema" type="typens:DataSchema"
minOccurs="0" />
<xsd:element name="DataRows" type="typens:ArrayOfDataRow"
minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Elements
DataSchema
The schema for the data rows.
DataRows
The data rows from the information object.