- From: Anish.Karmarkar via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 11 Mar 2005 01:55:16 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/media-types
In directory hutz:/tmp/cvs-serv15578
Modified Files:
xml-media-types.xml xml-media-types.html
Log Message:
fix bug in example 1. s/restriction/extension
Index: xml-media-types.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/media-types/xml-media-types.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** xml-media-types.xml 10 Mar 2005 21:21:43 -0000 1.31
--- xml-media-types.xml 11 Mar 2005 01:55:14 -0000 1.32
***************
*** 369,375 ****
<xs:complexType>
<xs:simpleContent>
! <xs:restriction base="xs:base64Binary" >
<xs:attribute ref="xmime:contentType" use="required"/>
! </xs:restriction>
</xs:simpleContent>
</xs:complexType>
--- 369,375 ----
<xs:complexType>
<xs:simpleContent>
! <xs:extension base="xs:base64Binary" >
<xs:attribute ref="xmime:contentType" use="required"/>
! </xs:extension>
</xs:simpleContent>
</xs:complexType>
***************
*** 921,924 ****
--- 921,929 ----
expectedConentTypes</td>
</tr>
+ <tr>
+ <td>ASK</td>
+ <td>20050310</td>
+ <td>fixed example 1 bug. s/restriction/extension</td>
+ </tr>
</tbody>
</table>
Index: xml-media-types.html
===================================================================
RCS file: /sources/public/2002/ws/desc/media-types/xml-media-types.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** xml-media-types.html 10 Mar 2005 21:33:51 -0000 1.25
--- xml-media-types.html 11 Mar 2005 01:55:14 -0000 1.26
***************
*** 39,44 ****
<a href="http://www.w3.org/TR/2004/WD-xml-media-types-20040608">
http://www.w3.org/TR/2004/WD-xml-media-types-20040608</a>
! </dd><dt>Editors:</dt><dd>Anish Karmarkar, Oracle</dd><dd>Ümit
! Yalçınalp, SAP (formerly of Oracle)</dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © @@@@ <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr><div>
<h2><a id="abstract" name="abstract"></a>Abstract</h2><p>
This document addresses the need to indicate the content-type associated with
--- 39,43 ----
<a href="http://www.w3.org/TR/2004/WD-xml-media-types-20040608">
http://www.w3.org/TR/2004/WD-xml-media-types-20040608</a>
! </dd><dt>Editors:</dt><dd>Anish Karmarkar, Oracle</dd><dd>Ümit Yalçınalp, SAP (formerly of Oracle)</dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © @@@@ <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr><div>
<h2><a id="abstract" name="abstract"></a>Abstract</h2><p>
This document addresses the need to indicate the content-type associated with
***************
*** 254,260 ****
<xs:complexType>
<xs:simpleContent>
! <xs:restriction base="xs:base64Binary" >
<xs:attribute ref="xmime:contentType" use="required"/>
! </xs:restriction>
</xs:simpleContent>
</xs:complexType>
--- 253,259 ----
<xs:complexType>
<xs:simpleContent>
! <xs:extension base="xs:base64Binary" >
<xs:attribute ref="xmime:contentType" use="required"/>
! </xs:extension>
</xs:simpleContent>
</xs:complexType>
***************
*** 533,535 ****
3986), fixed examples so that image/* is not an expectedContentType</td></tr><tr><td>ASK</td><td>20050309</td><td>Added another example in section 4.1 to address Kevin's
concern.</td></tr><tr><td>ASK</td><td>20050309</td><td>Moved 2nd and 3rd para from section 3 to section 2.1</td></tr><tr><td>ASK</td><td>20050310</td><td>Per WG decision, changed expectedContentType to
! expectedConentTypes</td></tr></tbody></table></div></div></body></html>
--- 532,534 ----
3986), fixed examples so that image/* is not an expectedContentType</td></tr><tr><td>ASK</td><td>20050309</td><td>Added another example in section 4.1 to address Kevin's
concern.</td></tr><tr><td>ASK</td><td>20050309</td><td>Moved 2nd and 3rd para from section 3 to section 2.1</td></tr><tr><td>ASK</td><td>20050310</td><td>Per WG decision, changed expectedContentType to
! expectedConentTypes</td></tr><tr><td>ASK</td><td>20050310</td><td>fixed example 1 bug. s/restriction/extension</td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Friday, 11 March 2005 01:55:17 UTC