complexType ViewEvaluationOptionsType
diagram bds_rest_all_diagrams/bds_rest_all_p25.png
namespace http://rest.api.bds.tibco.com
children namedParameterAssignment sortAttribute paginationOptions
used by
complexType AdhocViewEvaluationOptionsType
annotation
documentation
REST: Used to define request BODY for getCaseReferencesForDataView (by ID or Name) methods
source <xs:complexType name="ViewEvaluationOptionsType">
 
<xs:annotation>
   
<xs:documentation>REST: Used to define request BODY for getCaseReferencesForDataView (by ID or Name) methods</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="namedParameterAssignment" type="bds:NamedParameterAssignment" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="sortAttribute" type="bds:SortAttribute" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="paginationOptions" type="bds:PaginationOptions" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element ViewEvaluationOptionsType/namedParameterAssignment
diagram bds_rest_all_diagrams/bds_rest_all_p26.png
type NamedParameterAssignment
properties
minOcc 0
maxOcc unbounded
content complex
children name value
source <xs:element name="namedParameterAssignment" type="bds:NamedParameterAssignment" minOccurs="0" maxOccurs="unbounded"/>

element ViewEvaluationOptionsType/sortAttribute
diagram bds_rest_all_diagrams/bds_rest_all_p27.png
type SortAttribute
properties
minOcc 0
maxOcc unbounded
content complex
children attrPath order
source <xs:element name="sortAttribute" type="bds:SortAttribute" minOccurs="0" maxOccurs="unbounded"/>

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


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