Contains information about all of the files used in a Microsoft Office InfoPath 2003 form.
xsd:complexType| Name | Description | 
|---|---|
| files | (Required element) Identifies a list of files that are used by an InfoPath form. | 
The package element is a required element of the xDocumentClass element.
The following is an example of the package 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>