fileProperties Element

Microsoft Office InfoPath

fileProperties Element

Defines the properties of a file.

Type

      xsd:complexType
    

Structure

Name Description
property (Optional element) Defines one specific property for the specified file.

Remarks

The fileProperties element is an optional element of the file element.

Example

The following is an example of the fileProperties 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>