<mime-type>
(Optional) The MIME-type of the data that the invoke target can be processed.
Parent elements:
<filter>
Child elements:
None.
Description:
The values for the <mime-type> element that are supported.
Content:
A PCDATA value representing the MIME type for a file. The grammar for the MIME type must following support the following specifications:
- RFC 2045 (content-types)
- RFC 4288 (IANA registration)
Attributes:
None.
Example:
<filter>
<action>bb.action.VIEW</action>
<action>bb.action.EDIT</action>
<mime-type>application/pdf</mime-type>
<mime-type>application/x-pdf</mime-type>
</filter>