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