diagram | |||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||
children | columnDef | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | ColumnDefinition | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="columnDef" type="ColumnDefinition"> <xs:annotation> <xs:documentation>Details of the field.</xs:documentation> </xs:annotation> </xs:element> |