solutionVersion Attribute

Microsoft Office InfoPath

solutionVersion Attribute

Identifies the version number of the form.

Type

      xsf:xdSolutionVersion
    

Remarks

The solutionVersion attribute is an optional attribute of the xDocumentClass element.

Its format is ####.####.####.#### (major.minor.revision.build).

Example

The following is an example of the solutionVersion 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>