RowLimitExceeded Element (View)
Specifies alternate rendering when a row limit is exceeded. It executes if the Paged attribute of the Row element is not set to TRUE.
<RowLimitExceeded> </RowLimitExceeded>
The following example from the Schema.xml file for announcements lists provides a link to more items if the row limit is exceeded.
<RowLimitExceeded> <HTML><![CDATA[ <table class="ms-summarycustombody" cellpadding=0 cellspacing=0 border=0 rules=rows> <TR><TD Class="ms-vb"><a href=" ]]></HTML> <ListProperty Select="DefaultViewUrl" /> <HTML><![CDATA[ " ID=onetidMoreAnn> ]]></HTML> <HTML>(More Announcements...)</HTML> <HTML><![CDATA[ </a></TD></TR> <tr><td height="8"><IMG SRC="/_layouts/images /blank.gif" width=1 height=8 alt=""> </td></tr></table> ]]></HTML> </RowLimitExceeded>