application Attribute

Identifies the name of the application used to design the Microsoft Office InfoPath 2007 form.

Type

  xsd:string

Remarks

The application attribute is a required attribute of the applicationParameters element.

The only value supported is "InfoPath Design Mode".

Example

The following is an example of the application attribute as it is used in 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>