
cts.elementRangeQueryElementName( query as cts.elementRangeQuery ) as Sequence
Returns the QNames used to construct the specified query.
| Parameters | |
|---|---|
| query | A query. | 
cts.elementRangeQueryElementName(
  cts.elementRangeQuery(xs.QName("date"), "<=",
      xs.date("2000-01-01")));
  => "date" (as an xs.QName)