XSD mime type

2009-03-16 Thread Pid
Hi, What, if any, is the correct MIME type for the XSD file type? I'm guessing it's text/xml or application/xml - but it's not defined in either Apache HTTPDs mime types or Tomcats web.xml. (TC6 or HTTPD 2.2.11) Am I missing something obvious? p

Re: XSD mime type

2009-03-16 Thread Markus Schönhaber
Pid: What, if any, is the correct MIME type for the XSD file type? When you say the XSD file type, you're talking about files containing XML Schemas? IIRC there's no special media type for schemas. But since they are themselves XML files, this... I'm guessing it's text/xml or application/xml

Re: XSD mime type

2009-03-16 Thread Pid
Markus Schönhaber wrote: Pid: What, if any, is the correct MIME type for the XSD file type? When you say the XSD file type, you're talking about files containing XML Schemas? Yes. Typically I see schema files defined in schema_name.xsd. IIRC there's no special media type for schemas.