simpleType ColumnCapability
namespace http://api.brm.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration NONE
enumeration ORDER
enumeration FILTER
enumeration BOTH_ORDER_FILTER
annotation
documentation
Enumerated value defining the type of operations supported by a column for work list sorting and/or filtering (e.g. NONE, ORDER, FILTER).
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>

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