blob: e46e54d09e059b1bbc27653d15934f11627235e5 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-086.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using nonNegativeInteger values:)
(:*******************************************************:)
<return>
{ xs:nonNegativeInteger(1) and xs:nonNegativeInteger(1) }
</return>