[FS] MS-FS-LC1-130

Section 4.8.4
Technical

The static type for order by seems wrong:
Assume that element person can contain multiple phone elements of type
xs:int. Then the following expression should be a static error:

for $p in /person order by $p/phone return $p

Since there is more than one phone per person. Also we need rules to
deal with type promotion of numeric, untyped and other types.

Received on Monday, 14 June 2004 15:38:35 UTC