2002/ws/desc/media-types xml-media-types.xml,1.20,1.21 xml-media-types.html,1.12,1.13

Update of /sources/public/2002/ws/desc/media-types
In directory hutz:/tmp/cvs-serv20888

Modified Files:
	xml-media-types.xml xml-media-types.html 
Log Message:
require that expectedMediaType follow the production rules of Accept HTTP header

Index: xml-media-types.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/media-types/xml-media-types.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** xml-media-types.xml	23 Sep 2004 09:08:12 -0000	1.20
--- xml-media-types.xml	23 Sep 2004 09:22:25 -0000	1.21
***************
*** 344,348 ****
          <att>expectedMediaType</att> attribute is similar to the value
          allowed for the 'Accept' header defined by HTTP 1.1
!         specification, Section 14.1 <bibref ref="rfc2616"/>. The 'q'
          parameter defined by HTTP 1.1 specification, Section 3.9 
          <bibref ref="rfc2616"/> is allowed, but other accept-extensions
--- 344,349 ----
          <att>expectedMediaType</att> attribute is similar to the value
          allowed for the 'Accept' header defined by HTTP 1.1
!         specification, Section 14.1 <bibref ref="rfc2616"/> and MUST 
!         follow the production rules defined in that section.  The 'q'
          parameter defined by HTTP 1.1 specification, Section 3.9 
          <bibref ref="rfc2616"/> is allowed, but other accept-extensions
***************
*** 556,560 ****
  
      &lt;xs:element name=&quot;jpegPeferredPicture&quot; type=&quot;tns:jpegPreferredPictureType&quot;
!             xmlmime:acceptedMediaType=&quot;image/jpeg;q=1.0 image/tiff;q=0.8&quot;/&gt; 
  
  &lt;/xs:schema&gt;
--- 557,561 ----
  
      &lt;xs:element name=&quot;jpegPeferredPicture&quot; type=&quot;tns:jpegPreferredPictureType&quot;
!             xmlmime:acceptedMediaType=&quot;image/jpeg;q=1.0, image/tiff;q=0.8&quot;/&gt; 
  
  &lt;/xs:schema&gt;

Index: xml-media-types.html
===================================================================
RCS file: /sources/public/2002/ws/desc/media-types/xml-media-types.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** xml-media-types.html	23 Sep 2004 09:08:12 -0000	1.12
--- xml-media-types.html	23 Sep 2004 09:22:25 -0000	1.13
***************
*** 186,190 ****
          <code>expectedMediaType</code> attribute is similar to the value
          allowed for the 'Accept' header defined by HTTP 1.1
!         specification, Section 14.1 <a href="#rfc2616">[IETF RFC 2616]</a>. The 'q'
          parameter defined by HTTP 1.1 specification, Section 3.9 
          <a href="#rfc2616">[IETF RFC 2616]</a> is allowed, but other accept-extensions
--- 186,191 ----
          <code>expectedMediaType</code> attribute is similar to the value
          allowed for the 'Accept' header defined by HTTP 1.1
!         specification, Section 14.1 <a href="#rfc2616">[IETF RFC 2616]</a> and MUST 
!         follow the production rules defined in that section.  The 'q'
          parameter defined by HTTP 1.1 specification, Section 3.9 
          <a href="#rfc2616">[IETF RFC 2616]</a> is allowed, but other accept-extensions
***************
*** 333,337 ****
  
      &lt;xs:element name="jpegPeferredPicture" type="tns:jpegPreferredPictureType"
!             xmlmime:acceptedMediaType="image/jpeg;q=1.0 image/tiff;q=0.8"/&gt; 
  
  &lt;/xs:schema&gt;
--- 334,338 ----
  
      &lt;xs:element name="jpegPeferredPicture" type="tns:jpegPreferredPictureType"
!             xmlmime:acceptedMediaType="image/jpeg;q=1.0, image/tiff;q=0.8"/&gt; 
  
  &lt;/xs:schema&gt;

Received on Thursday, 23 September 2004 09:22:28 UTC