[Bug 4273] [FS] data on element()

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4273





------- Comment #5 from mrys@microsoft.com  2007-02-21 00:32 -------
There is an issue in that data on will return xs:untypedAtomic, while
dynamically it returns xs:integer. I see that. 

The problem with xs:anyType is that it serves both as a specific content type
with lax validation that can be mixed and as the most general type in our type
hierarchy. In the former application we want to use it like mixed and make it
map to untyped atomic values during atomization. In the second case we want it
to be xs:anyAtomicType*.

So I am not sure about the solution yet. 

Best regards
Michael

Received on Wednesday, 21 February 2007 00:32:44 UTC