applicationParameters Element
Contains form-specific properties that describe how a form should be used in Microsoft Office InfoPath 2003 design mode.
Type
xsd:complexType
Structure
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. |
Remarks
The applicationParameters element is an optional element of the xDocumentClass element.
Example
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:names?pace1:mynames"/>
</xsf:applicationParameters>