solutionFormatVersion Attribute

Microsoft Office InfoPath

Show All Show All

solutionFormatVersion Attribute

Identifies the version number that represents the format of the form definition file (.xsf).

Type

      xsf:xdSolutionVersion
    

Remarks

The solutionFormatVersion attribute is a required attribute of the xDocumentClass element.

Its format is ####.####.####.#### (major.minor.revision.build). The version number of the .xsf file allows Microsoft Office InfoPath 2003 to determine whether the current form is compatible with the product version in which it is being opened.

Example

The following is an example of the solutionFormatVersion attribute as it is used in the xDocumentClass element:

    <xsf:xDocumentClass
   xmlns:xsf="http://schemas.microsoft.com/office/infopath/2003/solutionDefinition"
   name="urn:microsoft-com:myTravelReport"
   author="AuthorName"
   description="Travel Report form for entering travel reports, issues, expenses, etc."
   dataFormSolution="yes"
   solutionVersion = "1.0.0.1"
   productVersion="11.0.5106"
   solutionFormatVersion="1.0.0.0">
   ...
</xsf:xDocumentClass>