- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 04 Dec 2007 14:42:28 +0000
- To: public-sml@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5301
sandygao@ca.ibm.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
------- Comment #2 from sandygao@ca.ibm.com  2007-12-04 14:42 -------
To be aligned with "data" (and other elements who have simple contents), I
think we need to define a type like "base64DataType", which extends
xs:base64Binary by adding an attribute wildcard to allow extensions. That is,
  <xs:complexType name="base64DataType">
    <xs:simpleContent>
      <xs:extension base="xs:base64Binary">
        <xs:anyAttribute namespace="##other" processContents="lax"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
Received on Tuesday, 4 December 2007 14:42:38 UTC