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