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