featureRestrictionsExtension Element

Specifies the extended information for the corresponding featureRestrictions element in the manifest.xsf.

Usage

  
<featureRestrictionsExtension />

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
solutionDefinition Root element for the elements defined in the xsf2 namespace. Specifies new properties and features that have been added to Microsoft Office InfoPath 2007 form templates.

Child Elements

Element Description
exportToPDForXPS Specifies whether the Export To PDF or XPS command is enabled.

Attributes

None

Definition

  
<xsd:element name="featureRestrictionsExtension">
   <xsd:complexType>
      <xsd:all>
         <xsd:element ref="xsf2:exportToPDForXPS" minOccurs="0" />
       </xsd:all>
    </xsd:complexType>
  </xsd:element>

Remarks

Note   This element or attribute must be present and valid in the form definition file (.xsf), before InfoPath Forms Services will allow the form template to be deployed to the server as a browser-compatible form.