Share via


2.2.29 print

The print element specifies whether the user interface elements of the form and keyboard shortcuts for printing the form are disabled. Restricting printing through this element MUST NOT disable printing the form through use of form code.

Parent Elements

featureRestrictions

Attributes:

ui: Specifies whether the print feature is restricted via the menus, toolbars, or keyboard shortcuts of the form (1).

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

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