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