2.2.1.2.75 initialXmlDocument

The initialXmlDocument element specifies a reference to the template.xml file used for the creation of a new form.

When the new form is created, its field values MUST be populated with existing default values specified by the template.xml file, as specified in section 2.7.

Parent Elements

fileNew

Child Elements

customCategory

Attributes:

caption: This attribute specifies the name of the form (1).

href: This attribute specifies the name of the template.xml file. The specified file name MUST match the name of the corresponding file in the form template.

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

 <xsd:element name="initialXmlDocument">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:customCategory" minOccurs="0"/>
     </xsd:sequence>
     <xsd:attribute name="caption" type="xsf:xdTitle" use="required"/>
     <xsd:attribute name="href" type="xsf:xdFileName" use="required"/>
   </xsd:complexType>
 </xsd:element>