Identifies a list of files that are used by a Microsoft Office InfoPath 2003 form.
xsd:complexType| Name | Description | 
|---|---|
| file | (Optional element) Identifies a file as part of an InfoPath form. | 
The files element is a required element of the package element.
The files element may include specific property names and values for each file.
The following is an example of the files 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>