2.2.1.2.7 save (1)

The save element specifies whether the form’s UI elements and keyboard shortcuts for saving the form file MUST be disabled. Restricting saving the form file through this element MUST NOT disable saving the form file through the use of form code.

Parent Elements

featureRestrictions

Attributes:

ui: This attribute specifies whether the save feature is restricted via the form's menus, toolbars, or keyboard shortcuts.

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

 <xsd:element name="save" minOccurs="0">
   <xsd:complexType>
     <xsd:attribute name="ui" type="xsf:xdEnabledDisabled" use="required"/>
   </xsd:complexType>
 </xsd:element>