2.2.3.2.9 viewExtension

The viewExtension element specifies extended information for the view element, as specified in section 2.2.1.2.104.

Parent Elements

viewsExtension

Child Elements

signatureLines

xmlToEditExtension

Attributes:

ref: This attribute specifies the name of the corresponding form view and MUST match the name attribute of the corresponding view element.

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

 <xsd:element name="viewExtension">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf3:xmlToEditExtension" minOccurs="0" maxOccurs="unbounded"/>
       <xsd:element ref="xsf3:signatureLines" minOccurs="0"/>
     </xsd:sequence>
     <xsd:attribute name="ref" type="xsf:xdTitle" use="required"/>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>