[Bug 5301] add base64Data element to sml-if.xsd

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