2.2.1.2.100 menu

The menu element specifies a custom menu that MUST be applied to the form view.

Parent Elements

menu

menuArea

toolbar

view

Child Elements

button

menu

Attributes:

caption: This attribute specifies the caption for the menu.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="menu">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:group ref="xsf:UIItem" minOccurs="0" maxOccurs="unbounded"/>
     </xsd:sequence>
     <xsd:attribute name="caption" type="xsf:xdTitle" use="required"/>
   </xsd:complexType>
 </xsd:element>