On Thu, 11 Nov 2004, Ashok Malhotra wrote: > Paul, you said ... > > numeric = xs:integer | xs:float | xs:double > > Shoudn't that be > numeric = xs:integer | xs:decimal | xs:float | xs:double No. (My version was off the top of my head.) It really is: numeric = xs:decimal | xs:float | xs:double Since integer <= decimal, there's no need to include integer. - PaulReceived on Thursday, 11 November 2004 17:42:02 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:14:09 GMT