cts:reference-nullable

cts:reference-nullable(
   $reference as cts:reference
) as xs:boolean

Summary

Returns true() if the reference is nullable, false() otherwise.

Parameters
reference An index reference.

Example

cts:reference-nullable(cts:element-reference("title","nullable"))
=>
true()

Powered by MarkLogic Server | Terms of Use | Privacy Policy