Loading TOC...

cts:collection-reference

cts:collection-reference(
   [$options as xs:string*]
) as cts:reference

Summary

Creates a reference to the collection lexicon, for use as a parameter to cts:value-tuples. Since lexicons are implemented with range indexes, this function will throw an exception if the specified range index does not exist.

Parameters
options Options. The default is ().

Options include:

"nullable"
Allow null values in tuples reported from cts:value-tuples when using this lexicon.
"unchecked"
Do not check the definition against the context database.

Example

cts:collection-reference()
=>
cts:collection-reference(())

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.