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