Contains form-specific properties that describe how a form should be used in Microsoft Office InfoPath 2003 design mode.
xsd:complexType| Name | Description | 
|---|---|
| application | (Required attribute) Identifies the name of the application used to design the InfoPath form. | 
| solutionProperties | (Optional element) Contains design-time information about the InfoPath form. | 
The applicationParameters element is an optional element of the xDocumentClass element.
The following is an example of the applicationParameters element:
<xsf: applicationParameters application="InfoPath Design Mode">
   <xsf: solutionProperties
      allowCustomization="no"
      lastOpenView="view1"
      scriptLanguage="JScript"
      automaticallyCreateNodes="no"
      lastVersionNeedingTransform="1.1.0.10"
      fullyEditableNamespace="urn:namespace1:mynames"/>
</xsf:applicationParameters>