(Optional) Defines the label for the target (localizable).
<invoke-target>
None.
The <invoke_target_name> is the text displayed in the UI. If no <invoke_target_name> is specified, then the application name (that is, the value specified by the <name> element) is displayed.
A PCDATA value used by applications to represent the invoke target.
None.
<invoke-target id="com.mycompany.pdf.viewer">
<invoke-target-name>DocViewer 10</invoke-target-name>
<invoke-target-type>viewer</invoke-target-type>
<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>
</invoke-target>