2.2.1.2.92 editing

The editing element specifies additional information about controls used in the form view to edit the form file.

Parent Elements

view

Child Elements

xmlToEdit

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

 <xsd:element name="editing">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:xmlToEdit" minOccurs="0" maxOccurs="unbounded"/>
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>