[AMF-talk] change in schema file

Thomas Krichel amf-talk@lists.openlib.org
Sat, 7 Sep 2002 13:19:10 -0500


  I changed the definition of mime types from

 <xs:simpleType name="mimeType">
  <xs:restriction base="xs:string">
   <xs:pattern value="[a-z]+/[a-z]+"/>
  </xs:restriction>
 </xs:simpleType>

 to 

 <xs:simpleType name="mimeType">
  <xs:restriction base="xs:string">
   <xs:pattern value="[a-z]+/[\.\-a-z0-9]+"/>
  </xs:restriction>
 </xs:simpleType>

  because RePEc has an incidence of a mime type
  application/vnd.ms-excel. I also noticed, the
  occurence of digits in the official list.



  Cheers,

  Thomas Krichel                                   mailto:krichel@openlib.org
                                              http://openlib.org/home/krichel
                                          RePEc:per:1965-06-05:thomas_krichel