Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The extensions element specifies the enabled extensions in the form definition (.xsf) file. Each enabled extension MUST conform to the XML schema as defined in section 2.2.147.
Parent Elements |
---|
Child Elements |
---|
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>