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