complexType CaseCriteriaType
diagram bds_rest_all_diagrams/bds_rest_all_p159.png
namespace http://api.bds.tibco.com
children queryString namedParameterAssignment paginationOptions
used by
elements FindCaseByCriteriaRequest/criteria NavigateCaseByCriteriaRequest/targetCaseCriteria
annotation
documentation
DQL Criteria for find and navigate by Criteria
source <xs:complexType name="CaseCriteriaType">
 
<xs:annotation>
   
<xs:documentation>DQL Criteria for find and navigate by Criteria</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="queryString" type="xs:string"/>
   
<xs:element name="namedParameterAssignment" type="NamedParameterAssignment" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>For each condition that has an associated named parameter, a value must be specified here, except where
condition has a default value for the parameter, in which case overriding it here is optional. This capability would not generally be used, but it is allowed.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="paginationOptions" type="PaginationOptions" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element CaseCriteriaType/queryString
diagram bds_rest_all_diagrams/bds_rest_all_p160.png
type xs:string
properties
content simple
source <xs:element name="queryString" type="xs:string"/>

element CaseCriteriaType/namedParameterAssignment
diagram bds_rest_all_diagrams/bds_rest_all_p161.png
type NamedParameterAssignment
properties
minOcc 0
maxOcc unbounded
content complex
children name value
annotation
documentation
For each condition that has an associated named parameter, a value must be specified here, except where
condition has a default value for the parameter, in which case overriding it here is optional. This capability would not generally be used, but it is allowed.
source <xs:element name="namedParameterAssignment" type="NamedParameterAssignment" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>For each condition that has an associated named parameter, a value must be specified here, except where
condition has a default value for the parameter, in which case overriding it here is optional. This capability would not generally be used, but it is allowed.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element CaseCriteriaType/paginationOptions
diagram bds_rest_all_diagrams/bds_rest_all_p162.png
type PaginationOptions
properties
minOcc 0
maxOcc 1
content complex
children startPosition maxResults
source <xs:element name="paginationOptions" type="PaginationOptions" minOccurs="0"/>


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