2.2.1.2.6 featureRestrictions

The featureRestrictions element specifies one or more of the following features that are restricted when editing the form:

  • Auto-recovering the form file: MUST be ignored.

  • Exporting the form file: MUST be ignored.

  • Printing the form (1).

  • Saving the form file.

  • Sending the form file as an e-mail attachment: MUST be ignored.

Parent Elements

xDocumentClass

Child Elements

autoRecovery

exportToExcel

exportToWeb

print

save

sendMail

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

 <xsd:element name="featureRestrictions">
   <xsd:complexType>
     <xsd:all>
       <xsd:element name="save" minOccurs="0">
         <xsd:complexType>
           <xsd:attribute name="ui" type="xsf:xdEnabledDisabled" use="required"/>
         </xsd:complexType>
       </xsd:element>
       <xsd:element ref="xsf:exportToWeb" minOccurs="0"/>
       <xsd:element ref="xsf:exportToExcel" minOccurs="0"/>
       <xsd:element ref="xsf:print" minOccurs="0"/>
       <xsd:element ref="xsf:sendMail" minOccurs="0"/>
       <xsd:element ref="xsf:autoRecovery" minOccurs="0"/>
     </xsd:all>
   </xsd:complexType>
 </xsd:element>