5.115.1.9 SearchResultEntryList

 Type SearchResultEntryList = [next: SearchResultEntryList,
                               entry: SearchResultEntry]

SearchResultEntryList is an abstract type that contains information about search result entries. It is a tuple of the following:

next: The next tuple.

entry: An entry in the search result.