- From: Michael Kay <mhk@mhk.me.uk>
- Date: Mon, 29 Mar 2004 22:26:17 +0100
- To: <public-qt-comments@w3.org>
According to the current spec (12 Nov 2003 public draft as well as 25 March
2004 internal draft) the following is a type error:
xs:yearMonthDuration("P2Y") * 2
Multiplication of a duration by a double is allowed, but not by an integer.
There is no rule anywhere that causes the integer to be promoted to an
xs:double in this situation.
This is clearly an oversight.
Michael Kay
Received on Monday, 29 March 2004 16:26:22 UTC