blob: 4d15784119c570addc2974d95d59c473463942ba [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-088.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(99999999999999999) }
</return>