Actuate Information Delivery API data types : DataSchema
 
DataSchema
A complex data type that describes a data schema by column.
Schema
<xsd:complexType name="DataSchema">
<xsd:sequence>
<xsd:element name="Column" type="typens:ColumnDetail"
maxOccurs="unbounded" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Elements
Column
The schema of the information stored within a column.