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