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