complexType OrderFilterCriteria
diagram busserv_diagrams/busserv_p314.png
namespace http://common.api.pfe.n2.tibco.com
children order filter
used by
element PagingAndSorting/orderFilterCriteria
annotation
documentation
**PRIVATE API - Reserved for internal use**

Specification of sort/filter criteria to be applied to a list.
source <xs:complexType name="OrderFilterCriteria">
 
<xs:annotation>
   
<xs:documentation>**PRIVATE API - Reserved for internal use**

Specification of sort/filter criteria to be applied to a list.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="order" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>**PRIVATE API - Reserved for internal use**

Expression defining the sort criteria to be applied to the list.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="filter" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>**PRIVATE API - Reserved for internal use**

Expression defining the filter criteria to be applied to the list.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element OrderFilterCriteria/order
diagram busserv_diagrams/busserv_p315.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
**PRIVATE API - Reserved for internal use**

Expression defining the sort criteria to be applied to the list.
source <xs:element name="order" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>**PRIVATE API - Reserved for internal use**

Expression defining the sort criteria to be applied to the list.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrderFilterCriteria/filter
diagram busserv_diagrams/busserv_p316.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
**PRIVATE API - Reserved for internal use**

Expression defining the filter criteria to be applied to the list.
source <xs:element name="filter" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>**PRIVATE API - Reserved for internal use**

Expression defining the filter criteria to be applied to the list.
</xs:documentation>
 
</xs:annotation>
</xs:element>

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