2.2.1.2.111 extensions

The extensions element specifies the extensions to the properties and content of the form definition (.xsf) file. Each extension MUST conform to the XML schema specified in section 2.2.2 or section 2.2.3.

Parent Elements

xDocumentClass

Child Elements

extension

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

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