Actuate Information Delivery API data types : ColumnSchema
 
ColumnSchema
A complex data type that describes the schema of a column.
Schema
<xsd:complexType name="ColumnSchema">
<xsd:sequence>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="Alias" type="xsd:string" minOccurs="0"/>
<xsd:element name="DataType" type="xsd:int" minOccurs="0"/>
<xsd:element name="TypeName" type="xsd:string"/>
<xsd:element name="Label" type="xsd:string" minOccurs="0"/>
<xsd:element name="Visibility" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
Name
The column name.
Alias
User-defined name for column.
DataType
The data type of the column.
TypeName
The name of the data type.
Label
The column label.
Visibility
Specifies whether column is visible. The default value is True.