blob: c524e7a10381b38e7be045534714b1a72bdb2235 [file] [log] [blame]
(: Name: quantExpr-28 :)
(: Description: Simple quantified expression using "some" keyword, use of multiple variable and the xs:boolean type :)
some $x in ("true", "false"), $y in ("false","true") satisfies xs:boolean($x) = xs:boolean($y)