| diagram | ![]() |
||
| namespace | http://common.api.pfe.n2.tibco.com | ||
| children | order filter | ||
| used by |
|
||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| 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> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| 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> |