2.2.2.2.4 commands

The commands element contains commands that are displayed on visible toolbars when a form is loaded.

Parent Elements

toolbar

Child Elements

command

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

 <xsd:element name="commands">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf2:command" maxOccurs="unbounded" minOccurs="0"/>
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>