simpleType ColumnType
namespace http://api.brm.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
attribute ColumnDefinition/@type
facets
Kind Value Annotation
enumeration COL_UNSPECIFIED
enumeration COL_NUMERIC
enumeration COL_STRING
enumeration COL_DATETIME
enumeration COL_BOOLEAN
enumeration COL_STATE
enumeration COL_DISTSTRATEGY
annotation
documentation
Enumerated value defining the type of a work list (e.g. COL_NUMERIC, COL_DATETIME).
source <xs:simpleType name="ColumnType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the type of a work list (e.g. COL_NUMERIC, COL_DATETIME).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="COL_UNSPECIFIED"/>
   
<xs:enumeration value="COL_NUMERIC"/>
   
<xs:enumeration value="COL_STRING"/>
   
<xs:enumeration value="COL_DATETIME"/>
   
<xs:enumeration value="COL_BOOLEAN"/>
   
<xs:enumeration value="COL_STATE"/>
   
<xs:enumeration value="COL_DISTSTRATEGY"/>
 
</xs:restriction>
</xs:simpleType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy