blob: 4fa61f1247ceb4afeafdddba925377872b2c318e [file] [log] [blame]
(: Name: Comp-notation-16 :)
(: Description: Evaluation of Notation Comparison operator (ne) and used in boolean expression with "fn:true" and "or" . :)
(: insert-start :)
import schema namespace myns="http://www.example.com/notation";
declare variable $input-context external;
(: insert-end :)
($input-context//*:NOTATION1 ne $input-context//*:NOTATION2) or fn:true()