- From: David Ezell <David_E3@VERIFONE.com>
- Date: Mon, 23 Feb 2004 21:28:25 -0500
- To: <public-qt-comments@w3.org>
Dear Colleagues, This comment pertains to the 12 November 2003 internal WD of XQuery 1.0: An XML Query Language [1]. Please accept our sincere apologies on being past-due with this submission. Regards, David Ezell (on behalf of the XML Schema WG) [1] http://www.w3.org/TR/2003/WD-xquery-20031112/ XSCH-QL-017 Section B.2 Operator Mapping There are few typos in the table Binary Operators - the xs:dateTime is named xs:datetime (lowercase T) in the following rows : A + B xs:datetime xdt:yearMonthDuration op:add-yearMonthDuration-to-dateTime(A, B) xs:dateTime A + B xdt:yearMonthDuration xs:datetime op:add-yearMonthDuration-to-dateTime(B, A) xs:dateTime A + B xs:datetime xdt:dayTimeDuration op:add-dayTimeDuration-to-dateTime(A, B) xs:dateTime A + B xdt:dayTimeDuration xs:datetime op:add-dayTimeDuration-to-dateTime(B, A) xs:dateTime A - B xs:datetime xs:datetime fn:subtract-dateTimes-yielding-dayTimeDuration(A, B) xdt:dayTimeDuration A - B xs:datetime xdt:yearMonthDuration op:subtract-yearMonthDuration-from-dateTime(A, B) xs:dateTime A - B xs:datetime xdt:dayTimeDuration op:subtract-dayTimeDuration-from-dateTime(A, B) xs:dateTime
Received on Monday, 23 February 2004 21:28:21 UTC