[XQuery] MS-XQ-LC1-121

Section 3.12.5 Constructor Functions	
Technical	

Have the constructor functions accept () and return () on it. This makes
it more usable on expressions that may return an empty sequence in the
context of static typing such as xs:int(/a/b[1]/@c). Thus, change the
signature to: T($x as xdt:anyAtomicType?) as T?

Received on Monday, 16 February 2004 06:23:48 UTC