complexType OrderFilterCriteria
diagram pfe-business-service_diagrams/pfe-business-service_p104.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 pfe-business-service_diagrams/pfe-business-service_p105.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 pfe-business-service_diagrams/pfe-business-service_p106.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>


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