Loading TOC...

cts:element-range-query-element-name

cts:element-range-query-element-name(
   $query as cts:element-range-query
) as xs:QName*

Summary

Returns the QNames used to construct the specified query.

Parameters
query A query.

Example

let $query := cts:element-range-query(xs:QName("date"), "<=",
      xs:date("2000-01-01"))
return
cts:element-range-query-element-name($query)
  => "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.