Configuring MIME types in the desc.xml file
WorldServer uses MIME types to associate each type of information with file types.
Procedure
Sample MIME type entry
<components>
<!-- Shows you how to create a MIME type using the component descriptor file -->
<mime_type type="complex/Sample" description="My sample MIME type"
is_text="yes"
default_extension="smp"
external_type="plain/text"
filter="Any XML File Type"
extensions="smp klg"/>
</components>