Types of Bindings: List
The slide shows a Select One Choice component on a page, with its corresponding list binding in the page definition file.
The number of data objects that the list of values (LOV) facility fetches is determined in part by the ListRangeSize setting in the LOV-enabled attribute’s list binding definition. By default, the ListRangeSize item is set to -1. This means the user can view all the data objects from the data source. The default value places no restrictions on the number of records the list component can display. Although you can alter the ListRangeSize value in the metadata definition for the <ListBinding> element, setting the value to a discrete number of records (for example, ListRangeSize=“10”) most likely will not provide the user with the desired choices.