Rows Element (List Instance)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Contains a collection of Row elements.

Definition

<Rows>
  <Row></Row>
  <Row></Row>
  .
  .
  .
</Rows>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Row

Parent elements

Data

Occurrences

Minimum: 0

Maximum: 1

Remarks

The Rows element is used within the Data element of a list instance definition to provide a set of default data when a list is instantiated during site provisioning.

Example

For an example of how this element is used, see List Instances.