I'm looking for an example SCHEMA.XML excerpt that demonstrates how to
add default content (i.e., prepopulate with documents) to a custom list
definition based on doclib.
The SDK shows (see below) how to do this for the Announcement List -
now how do I do it for a Document Library?
<List>
<Data>
<Rows>
<Row>
<Field Name="Title">Welcome to your new team web site!</Field>
<Field Name="Body">You can use this site to share information
with
members of the site. To add a new announcement, click "Add new
announcement"
above. This is a great way to communicate news with your
team.</Field>
<Field Name="Author"><ows:UserID/></Field>
<Field Name="Editor"><ows:UserID/></Field>
<Field Name="owshiddenversion">0</Field>
<Field Name="Expires"><ows:TodayISO/></Field>
</Row>
</Rows>
</Data>
</List>
Thanks!
John