This element contains information for a submenu item which may be placed within a menu. The Font, Font Size and Style submenus are an example of this.

<editLive>
<menuBar>
<menu>
<submenu>

<editLive>
     ...
     <menuBar>
          <menu>
               <submenu ... />
          </menu>
     </menuBar>
     ...
</editLive>

This attribute specifies the name of the submenu. A list of available submenu items and their related name attribute can be found in the Submenu Items section of the Menu and Toolbar Item List.

<menuItem>

This element contains information for an item on the menu (eg. font items or font size items).

The following example demonstrates how to include the Font submenu in the Format menu.

<editLive>
    ...
    <menuBar>
        <menu name="Format">
            <submenu name="FontFace">
                ...
            </submenu>
        </menu>
    </menuBar>
    ...
</editLive> 

The <submenu> element can appear multiple times within the <menu> element.