Share via


2.2.164 MenuItems

Target namespace: http://schemas.microsoft.com/office/mailappversionoverrides/1.1

Referenced by: Menu

Specifies a list of menu actions.

Child Elements:

Item: A MenuItem element that specifies a child of the menu.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="MenuItems">
   <xs:sequence>
     <xs:element name="Item" type="MenuItem" minOccurs="1" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).