blob: 48b4ae36deab41c4fd7b07fa1d999d3c10bf23d2 [file] [log] [blame]
(: Name: Comp-notation-9 :)
(: Description: Evaluation of Notation Comparison operator (ne) and used expression as argument to fn:not function, returns true. :)
(: insert-start :)
import schema namespace myns="http://www.example.com/notation";
declare variable $input-context external;
(: insert-end :)
fn:not($input-context//*:NOTATION1 ne $input-context//*:NOTATION3)