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