Identifies a file as part of a Microsoft Office InfoPath 2003 form.
xsd:complexType| Name | Description | 
|---|---|
| name | (Required attribute) Specifies the name of the file. | 
| fileProperties | (Optional element) Defines the properties of a file. | 
The file element is an optional element of the files element.
The following is an example of the file element:
<xsf:package>
   <xsf:files>
      <xsf:file name="view_1.xsl">
         <xsf:fileProperties>
            <xsf:property
               name="lang" 
               type="string"
               value="1033"/>
         </xsf:fileProperties>
      </xsf:file>
   </xsf:files>
</xsf:package>