blob: c05e14d49676b3b17198cb9a08f4008ed42b5d17 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-095.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:53:51 2005 :)
(: Purpose: Logical 'or' using positiveInteger values :)
(:*******************************************************:)
<return>
{ xs:positiveInteger(99999999999999999)
or xs:positiveInteger(99999999999999999) }
</return>