[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: XML Schema 1.1
- From: "Box, Don" <dbox@develop.com>
- To: 'Tim Bray' <tbray@textuality.com>,"Simon St.Laurent" <simonstl@simonstl.com>, xml-dev@lists.xml.org
- Date: Mon, 09 Apr 2001 07:40:21 -0700
> -----Original Message-----
> From: Tim Bray [mailto:tbray@textuality.com]
> Sent: Wednesday, April 04, 2001 9:48 AM
> To: Simon St.Laurent; xml-dev@lists.xml.org
> Subject: Re: XML Schema 1.1
>
> and personally I'd be
> astounded to see anyone take on XML 1.1 in my lifetime;
Especially since many consider XSD to be "XML 2.0" ;-)
In all seriousness, XSD makes the following three element instances
identical:
<foo>200</foo>
<foo>200.0</foo>
<foo>200.0000000000000000</foo>
assuming the following element declaration is in scope:
<xsd:element name="foo" type="xsd:double" />
To some, this is a breaking change.
DB
http://www.develop.com/dbox