2.2.96 package

The package element specifies the collection of all files in the form template.

Parent Elements

xDocumentClass

Child Elements

files

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

 <xsd:element name="package">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:files"/>
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>