itp:header element

<itp:header>
	<itp:title/>
	<xforms:model/>
</itp:header>

Description

The <itp:header> element defines global properties of the interact.

Attributes

None.

Content

The <itp:title> element specifies the title of the interact.

The <xforms:model> element defines the XForms model for this FORM. See the XForms specification for details on this element.

Example

<itp:header>
<itp:title>Customer Mailing</itp:title>
<xforms:model>
<xsd:schema/>
<xforms:instance/>
<xforms:bind/>
<xforms:submission/>
</xforms:model>
</itp:header>