diagram | |||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||
children | columnDef | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:complexType name="ColumnOrder"> <xsd:annotation> <xsd: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.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="columnDef" type="ColumnDefinition"> <xsd:annotation> <xsd:documentation>Details of the field.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="ascending" type="xs:boolean" use="required"> <xsd:annotation> <xsd:documentation>Boolean value defining whether the column should be sorted in ascending (TRUE) or descending (FALSE) order.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="ascending" type="xs:boolean" use="required"> <xsd:annotation> <xsd:documentation>Boolean value defining whether the column should be sorted in ascending (TRUE) or descending (FALSE) order.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | ColumnDefinition | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="columnDef" type="ColumnDefinition"> <xsd:annotation> <xsd:documentation>Details of the field.</xsd:documentation> </xsd:annotation> </xsd:element> |