2.2.1.2.95 mainpane

The mainpane element specifies the XSLT file, as specified in section 2.4, which is included in the form template and used to represent a form view.

Parent Elements

externalView

view

Attributes:

transform: This attribute specifies the name of the XSLT file that is used to transform the form. The specified value 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="mainpane">
   <xsd:complexType>
     <xsd:attribute name="transform" type="xsf:xdFileName" use="required"/>
   </xsd:complexType>
 </xsd:element>