2.2.1.2.79 file

The file element specifies any file other than the form definition (.xsf) file contained within the form template (.xsn) file. Every such contained file MUST be specified by an instance of this element.

Parent Elements

files

Child Elements

fileProperties

Attributes:

name: This attribute specifies the name of the file that MUST exist in the form template.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="file">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:fileProperties" minOccurs="0" maxOccurs="1"/>
     </xsd:sequence>
     <xsd:attribute name="name" type="xsf:xdFileName" use="required"/>
   </xsd:complexType>
 </xsd:element>