blob: 2fe8f10f02b890967d0b02877d8426a387189044 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-143.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using unsignedShort values :)
(:*******************************************************:)
<return>
{ xs:unsignedShort(65535) and xs:unsignedShort(65535) }
</return>