Loading TOC...

cts.elementRangeQueryElementName

cts.elementRangeQueryElementName(
   query as cts.elementRangeQuery
) as Sequence

Summary

Returns the QNames used to construct the specified query.

Parameters
query A query.

Example

cts.elementRangeQueryElementName(
  cts.elementRangeQuery(xs.QName("date"), "<=",
      xs.date("2000-01-01")));
  => "date" (as an xs.QName)

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