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