- From: Anish.Karmarkar via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Mar 2005 02:50:27 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/media-types
In directory hutz:/tmp/cvs-serv4399
Modified Files:
xml-media-types.xml xml-media-types.html
Log Message:
fixed bug in example 4
Index: xml-media-types.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/media-types/xml-media-types.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** xml-media-types.xml 11 Mar 2005 20:10:59 -0000 1.33
--- xml-media-types.xml 17 Mar 2005 02:50:25 -0000 1.34
***************
*** 504,511 ****
schemaLocation="&xmlmimens;"/>
!
! <xs:complexType name="JPEGPictureType"
! type="xs:base64Binary"
! xmime:expectedContentTypes="image/jpeg"/>
<xs:element name="JPEGPicture" type="tns:JPEGPictureType"/>
--- 504,511 ----
schemaLocation="&xmlmimens;"/>
! <xs:simpleType name="JPEGPictureType"
! xmime:expectedContentTypes="image/jpeg">
! <xs:restriction base="xs:base64Binary"/>
! </xs:simpleType>
<xs:element name="JPEGPicture" type="tns:JPEGPictureType"/>
***************
*** 933,936 ****
--- 933,946 ----
<td>fixed example 1 bug. s/restriction/extension</td>
</tr>
+ <tr>
+ <td>ASK</td>
+ <td>20050310</td>
+ <td>Added ref to rfc 2045</td>
+ </tr>
+ <tr>
+ <td>ASK</td>
+ <td>20050316</td>
+ <td>fixed example 4 bug</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.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** xml-media-types.html 11 Mar 2005 20:10:59 -0000 1.27
--- xml-media-types.html 17 Mar 2005 02:50:25 -0000 1.28
***************
*** 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
***************
*** 355,362 ****
schemaLocation="http://www.w3.org/@@@@/@@/xmlmime"/>
!
! <xs:complexType name="JPEGPictureType"
! type="xs:base64Binary"
! xmime:expectedContentTypes="image/jpeg"/>
<xs:element name="JPEGPicture" type="tns:JPEGPictureType"/>
--- 354,361 ----
schemaLocation="http://www.w3.org/@@@@/@@/xmlmime"/>
! <xs:simpleType name="JPEGPictureType"
! xmime:expectedContentTypes="image/jpeg">
! <xs:restriction base="xs:base64Binary"/>
! </xs:simpleType>
<xs:element name="JPEGPicture" type="tns:JPEGPictureType"/>
***************
*** 537,539 ****
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>
--- 536,538 ----
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><tr><td>ASK</td><td>20050310</td><td>Added ref to rfc 2045</td></tr><tr><td>ASK</td><td>20050316</td><td>fixed example 4 bug</td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Thursday, 17 March 2005 02:50:27 UTC