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>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp