- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 28 Nov 2007 13:50:50 +0000
- To: public-sml@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4687 ------- Comment #7 from sandygao@ca.ibm.com 2007-11-28 13:50 ------- One point to clarify. When I (and I hope others) used document/data/@xsi:type="xs:base64", I did not really mean using "xsi:type", but rather a shorthand for "this document uses base64 encoding". xsi:type=xs:base64Binary is actually invalid, because xs:base64Binary is not derived from sml:dataType. So I would suggest to add another element "base64Data", whose type is xs:base64Binary. And then add it to the content of <document>, which becomes a choice among "data", "locator", and "base64Data".
Received on Wednesday, 28 November 2007 13:50:55 UTC