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