2.2.1.2.115 submitAction (2)

The submitAction element specifies the data adapter that MUST submit the form file when called by a form action.

Parent Elements

rule

Attributes:

adapter: This attribute specifies the name of the corresponding data adapter that is used to submit the form file. The specified name MUST match the name of an existing data adapter that allows submission of the form file.

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

 <xsd:element name="submitAction">
   <xsd:complexType>
     <xsd:attribute name="adapter" type="xsf:xdTitle" use="required"/>
   </xsd:complexType>
 </xsd:element>