Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Top-level element that contains the list data that is rendered by the XSLT list view rendering system.
<dsQueryResponse
  ViewStyleID="Integer"
  BaseViewID="Integer"
  TemplateType="Integer"
  RowLimit="Integer">
</dsQueryResponse>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | 
|---|---|
| ViewStyleID  | 
The ID of the view style of the view.   | 
| BaseViewID  | 
The ID of the base view of the list. This is the same value as BaseViewID .   | 
| TemplateType  | 
The ID of the type of the list template. Must be the numerical version of one of the SPListTemplateType enumeration values. This is the same value as BaseTemplate .   | 
| RowLimit  | 
The maximum number of rows to be displayed on a single list view page.   | 
Child elements
Parent elements
None
Occurrences
- Minimum: 1
 - Maximum: 1
 
Example
For an example, see Examples of Input and Result Node Trees in XSLT Transformations.