Share via


solutionPropertiesExtension Element

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

Usage

  
<solutionPropertiesExtension
	branch="branchType"
/>

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
install Specifies the settings that were last used to publish this form template using an installation package (.msi) or installation script (.js).
wss Specifies the settings that were last used to publish this form template to a Microsoft Office SharePoint site.
contentType Specifies the SharePoint site content type settings that were last used to publish the form template.
share Specifies the settings that were last used to publish this form template to a network share.
mail Specifes the settings that were last used to publish this form as e-mail.
admin Specifies the administrator settings that were last used to publish this form template.
contentTypeTemplate Specifies the settings that were last used to publish this form template as a SharePoint site content type.

Attributes

Attribute Type Required Description Possible Values
branch xsd:simpleType Required Specifies the child element that stores the Publishing Wizard settings to use by default to republish a form template.

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
  • install
  • wss
  • contentType
  • share
  • mail
  • admin
  • contentTypeTemplate

Definition

  
<xsd:element name="solutionPropertiesExtension">
   <xsd:complexType>
      <xsd:all>
         <xsd:element ref="xsd:install" minOccurs="0" />
         <xsd:element ref="xsd:wss" minOccurs="0" />
         <xsd:element ref="xsd:contentType" minOccurs="0" />
         <xsd:element ref="xsd:share" minOccurs="0" />
         <xsd:element ref="xsd:mail" minOccurs="0" />
         <xsd:element ref="xsd:admin" minOccurs="0" />
         <xsd:element ref="xsd:contentTypeTemplate" minOccurs="0" />
      </xsd:all>
      <xsd:attribute name="branch" use="required">
         <xsd:simpleType>
            <xsd:restriction base="xsd:string">
               <xsd:enumeration value="install" />
               <xsd:enumeration value="wss" />
               <xsd:enumeration value="contentType" />
               <xsd:enumeration value="share" />
               <xsd:enumeration value="mail" />
               <xsd:enumeration value="admin" />
               <xsd:enumeration value="contentTypeTemplate" />
            </xsd:restriction>
         </xsd:simpleType>        
      </xsd:attribute>
      <xsd:anyAttribute processContents="skip" />
   </xsd:complexType>
</xsd:element>

Remarks

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.