package Element

Microsoft Office InfoPath

package Element

Contains information about all of the files used in a Microsoft Office InfoPath 2003 form.

Type

      xsd:complexType
    

Structure

Name Description
files (Required element) Identifies a list of files that are used by an InfoPath form.

Remarks

The package element is a required element of the xDocumentClass element.

Example

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>