2.2.1.2.39 submitToHostAdapter

The submitToHostAdapter element specifies the properties of a data adapter that MUST be created to submit data to a hosting environment.

Parent Elements

dataAdapters

submit

Attributes:

name: This attribute specifies the name of the data adapter. The specified name MUST be unique for all data adapters within the form template.

queryAllowed: This attribute MUST be ignored.

submitAllowed: This attribute specifies whether the data adapter is allowed to submit data to the host. This attribute MUST be interpreted as "yes".

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

 <xsd:element name="submitToHostAdapter">
   <xsd:complexType>
     <xsd:attribute name="name" type="xsf:xdTitle" use="required"/>
     <xsd:attribute name="queryAllowed" type="xsf:xdYesNo" use="optional"/>
     <xsd:attribute name="submitAllowed" type="xsf:xdYesNo" use="optional"/>
   </xsd:complexType>
 </xsd:element>