Actuate Information Delivery API data types : ColumnDetail
 
ColumnDetail
A complex data type that describes the type of data within a column.
Schema
<xsd:complexType name="ColumnDetail">
<xsd:sequence>
<xsd:element name="name" type="xsd:string" />
<xsd:element name="type" type="typens:TypeName" />
<xsd:element name="displayName" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
Elements
name
The name of the column.
type
The type of data within the column.
displayName
The display name of the column.