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