complexType ColumnOrder
diagram wp_diagrams/wp_p515.png
namespace http://api.brm.n2.tibco.com
children columnDef
attributes
Name  Type  Use  Default  Fixed  Annotation
ascending  xs:boolean  required      
documentation
Boolean value defining whether the column should be sorted in ascending (TRUE) or descending (FALSE) order.
annotation
documentation
Details of the sort order of a field defined by BRM that can be used in sort/filter criteria expressions for work item lists.
source <xs:complexType name="ColumnOrder">
 
<xs:annotation>
   
<xs:documentation>Details of the sort order of a field defined by BRM that can be used in sort/filter criteria expressions for work item lists.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="columnDef" type="ColumnDefinition">
     
<xs:annotation>
       
<xs:documentation>Details of the field.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="ascending" type="xs:boolean" use="required">
   
<xs:annotation>
     
<xs:documentation>Boolean value defining whether the column should be sorted in ascending (TRUE) or descending (FALSE) order.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute ColumnOrder/@ascending
type xs:boolean
properties
use required
annotation
documentation
Boolean value defining whether the column should be sorted in ascending (TRUE) or descending (FALSE) order.
source <xs:attribute name="ascending" type="xs:boolean" use="required">
 
<xs:annotation>
   
<xs:documentation>Boolean value defining whether the column should be sorted in ascending (TRUE) or descending (FALSE) order.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ColumnOrder/columnDef
diagram wp_diagrams/wp_p516.png
type ColumnDefinition
properties
content complex
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 the field.
source <xs:element name="columnDef" type="ColumnDefinition">
 
<xs:annotation>
   
<xs:documentation>Details of the field.</xs:documentation>
 
</xs:annotation>
</xs:element>


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