namespace | http://api.brm.n2.tibco.com | |||||||||||||||
type | restriction of xs:string | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="ColumnCapability"> <xs:annotation> <xs:documentation>Enumerated value defining the type of operations supported by a column for work list sorting and/or filtering (e.g. NONE, ORDER, FILTER).</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="NONE"/> <xs:enumeration value="ORDER"/> <xs:enumeration value="FILTER"/> <xs:enumeration value="BOTH_ORDER_FILTER"/> </xs:restriction> </xs:simpleType> |