complexType ColumnDefinition
diagram wp_diagrams/wp_p2671.png
namespace http://api.brm.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:short  required      
documentation
ID of the field.
name  xs:string  optional      
documentation
Name of the field.
description  xs:string  optional      
documentation
Textual description of the field.
type  ColumnType        
documentation
Type of the field (for example, string or numeric).
capability  ColumnCapability        
documentation
Enumerated value that defines whether the field can be used in expressions that define sort criteria and/or filter criteria.
displayName  xs:string        
documentation
If requested by setting API Version > 1, then this attribute will provide the Display Name if this column is a Work Item Attribute and has an display name defined.
isWorkListAttribute  xs:boolean        
documentation
If requested If requested by setting API Version > 1, this  atrribute will be true if the specified field is a work list attribute.
annotation
documentation
Details of a field defined by BRM that can be used in sort/filter criteria expressions for work item lists.
source <xsd:complexType name="ColumnDefinition">
 
<xsd:annotation>
   
<xsd:documentation>Details of a field defined by BRM that can be used in sort/filter criteria expressions for work item lists.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="id" type="xs:short" use="required">
   
<xsd:annotation>
     
<xsd:documentation>ID of the field.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="name" type="xs:string" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>Name of the field.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="description" type="xs:string" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>Textual description of the field.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="type" type="ColumnType">
   
<xsd:annotation>
     
<xsd:documentation>Type of the field (for example, string or numeric).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="capability" type="ColumnCapability">
   
<xsd:annotation>
     
<xsd:documentation>Enumerated value that defines whether the field can be used in expressions that define sort criteria and/or filter criteria.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="displayName" type="xs:string">
   
<xsd:annotation>
     
<xsd:documentation>If requested by setting API Version > 1, then this attribute will provide the Display Name if this column is a Work Item Attribute and has an display name defined.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="isWorkListAttribute" type="xs:boolean">
   
<xsd:annotation>
     
<xsd:documentation>If requested If requested by setting API Version > 1, this  atrribute will be true if the specified field is a work list attribute.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute ColumnDefinition/@id
type xs:short
properties
use required
annotation
documentation
ID of the field.
source <xsd:attribute name="id" type="xs:short" use="required">
 
<xsd:annotation>
   
<xsd:documentation>ID of the field.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ColumnDefinition/@name
type xs:string
properties
use optional
annotation
documentation
Name of the field.
source <xsd:attribute name="name" type="xs:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Name of the field.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ColumnDefinition/@description
type xs:string
properties
use optional
annotation
documentation
Textual description of the field.
source <xsd:attribute name="description" type="xs:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Textual description of the field.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ColumnDefinition/@type
type ColumnType
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
Type of the field (for example, string or numeric).
source <xsd:attribute name="type" type="ColumnType">
 
<xsd:annotation>
   
<xsd:documentation>Type of the field (for example, string or numeric).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ColumnDefinition/@capability
type ColumnCapability
facets
Kind Value Annotation
enumeration NONE
enumeration ORDER
enumeration FILTER
enumeration BOTH_ORDER_FILTER
annotation
documentation
Enumerated value that defines whether the field can be used in expressions that define sort criteria and/or filter criteria.
source <xsd:attribute name="capability" type="ColumnCapability">
 
<xsd:annotation>
   
<xsd:documentation>Enumerated value that defines whether the field can be used in expressions that define sort criteria and/or filter criteria.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ColumnDefinition/@displayName
type xs:string
annotation
documentation
If requested by setting API Version > 1, then this attribute will provide the Display Name if this column is a Work Item Attribute and has an display name defined.
source <xsd:attribute name="displayName" type="xs:string">
 
<xsd:annotation>
   
<xsd:documentation>If requested by setting API Version > 1, then this attribute will provide the Display Name if this column is a Work Item Attribute and has an display name defined.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ColumnDefinition/@isWorkListAttribute
type xs:boolean
annotation
documentation
If requested If requested by setting API Version > 1, this  atrribute will be true if the specified field is a work list attribute.
source <xsd:attribute name="isWorkListAttribute" type="xs:boolean">
 
<xsd:annotation>
   
<xsd:documentation>If requested If requested by setting API Version > 1, this  atrribute will be true if the specified field is a work list attribute.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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