[
Lists Home |
Date Index |
Thread Index
]
- To: "Jeni Tennison" <jeni@jenitennison.com>
- Subject: RE: [xml-dev] Re: RE : [xml-dev] Text or tags choice with XSD
- From: "Dare Obasanjo" <dareo@microsoft.com>
- Date: Tue, 9 Sep 2003 09:06:25 -0700
- Cc: <xml-dev@lists.xml.org>
- Thread-index: AcN26OTDdKAtF6ILTvCEuF/h+5avNAAAijo/
- Thread-topic: [xml-dev] Re: RE : [xml-dev] Text or tags choice with XSD
I disagree that the distinction isn't significant. For instance in XQuery this means
fn:data(/time);
could return xdt:anyAtomicType, thus
fn:get-hours-from-time(/time)
cannot be checked statically but instead must resort to dynamic failures. This is just one of many places where W3C XML Schema's inconsistent rules cause problems for type checking in XQuery.
________________________________
From: Jeni Tennison [mailto:jeni@jenitennison.com]
Sent: Tue 9/9/2003 8:40 AM
To: Dare Obasanjo
Cc: xml-dev@lists.xml.org
Subject: Re: [xml-dev] Re: RE : [xml-dev] Text or tags choice with XSD
Hi Dare,
> I remember that errata, it causes a few problems for XQuery and IMHO
> shouldn't have been accepted. A simple type being the derived type
> of a complex type is just weird.
I agree that deriving a simple type from a complex type would be
horrible. But in this case you're deriving a complex type with simple
content from a complex type with complex content, which is somewhat
different (though you might still think it's weird, I suppose).
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
|