- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 22 Oct 2007 10:53:20 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4273 ------- Comment #10 from mike@saxonica.com 2007-10-22 10:53 ------- >Note that I believe data on xs:anyType to be xs:anyAtomicType* and not xs:untypedAtomic as stated in the specification. I'm not sure why you believe that. Elements labelled as xs:anyType work the same way as any other element with mixed content: the typed value is the concatenated content of the contained text nodes, stripped of any start and end tags, typed as untypedAtomic. This is essential for the correct functioning of document-based applications that use a schema.
Received on Monday, 22 October 2007 10:53:26 UTC