solutionDefinition Element
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.
Usage
|
Element Information
Element type | xsd:complexType |
Namespace | xsf2 |
Elements and Attributes
Child Elements
Element | Description |
---|---|
server | Specifies how a form template is displayed and works when opened in a Web browser. |
solutionPropertiesExtension | Specifies the extended information for the solutionProperties element in the manifest.xsf whose name attribute matches the ref attribute of this element. |
mergedPrintView | Contains properties of the merged print view. |
offline | Specifies how the form template behaves when working offline. |
listPropertiesExtension | Specifies the extended information for the listProperties element in the manifest.xsf whose name attribute matches the ref attribute of this element. |
dataConnections | Contains elements that specify data connections. |
sendByMail | Specifies extended information for forms sent by e-mail when using the InfoPath form editor. |
warnings | Contains elements that specify whether a category of message is visible in the Design Checker task pane. The different categories of messages can be made hidden or visible depending on what the user has specified using the Options drop-down list in the Design Checker task pane. By default, all categories of messages are visible. |
viewsExtension | Specifies the extended information for the views element in the manifest.xsf whose name attribute matches the ref attribute of this element. |
preview | Specifies properties for previewing the form in InfoPath Design mode. |
autoUpdatePrompt | Specifies whether the user will be prompted to choose whether to upgrade to a new version of the form template when one becomes available. |
inputScopes | Contains one or more inputScope elements that specify input scope settings. |
managedCode | Specifies managed code form template project settings for Microsoft Visual Studio and Visual Studio Tools for Applications. |
submit | Specifies properties for submitting the form. |
featureRestrictionsExtension | Specifies the extended information for the featureRestrictions element in the manifest.xsf whose name attribute matches the ref attribute of this element. |
Attributes
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
runtimeCompatibility | compatibilityModesType | Required | Specifies whether a form based on this form template can be filled out only in InfoPath or in both InfoPath and a Web browser. 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. |
|
solutionType | solutionType | Optional | Specifies whether this solution is a template part or 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. |
|
description | formDescriptionType | Optional | Specifies the description of this form template. Note This element or attribute is optional in the form definition file (.xsf) of a form template deployed as a browser-compatible form to a server running InfoPath Forms Services. |
String |
allowClientOnlyCode | xdYesNo | Optional | Specifies whether the form template designer wants to allow the use of InfoPath-only features in business logic written against the Microsoft.Office.InfoPath object model when the runtimeCompatibility attribute is set to "client server". Note This element or attribute is optional in the form definition file (.xsf) of a form template deployed as a browser-compatible form to a server running InfoPath Forms Services. |
|
runtimeCompatibilityURL | xsd:string |
Optional | Specifies the URL of the server running InfoPath Forms Services that can be used to verify the compatibility of the form template. | String |
verifyOnServer | xdYesNo | Optional | Specifies whether to verify the compatibility of the form template using the URL of the server specified by the runtimeCompatibilityURL attribute. 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. |
|
Definition
|
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.