author Attribute

Microsoft Office InfoPath

author Attribute

Identifies the author of the form.

Type

      xsd:string
    

Remarks

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

Example

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