Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The files element specifies the collection of all files in the form template, as specified in section 2.1, and their properties.
Parent Elements |
---|
Child Elements |
---|
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
-
<xsd:element name="files"> <xsd:complexType> <xsd:sequence> <xsd:element ref="xsf:file" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element>