complexType ColumnOrder
diagram wp_diagrams/wp_p6.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>

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