blob: a2ba03832f9569c45e81c870f8a41d1ea9abaa0e [file] [log] [blame]
(: Name: quantExpr-54 :)
(: Description: Simple quantified expression using "every" keyword, use of multiple variable and the xs:integer type :)
every $x in (1,2,3), $y in (4,5,6) satisfies xs:integer($x) = xs:integer($y)