2.2.1.2.122 queryAction

The queryAction element specifies a data adapter that MUST query its data source when called by a form action.

Parent Elements

query

rule

Attributes:

adapter: This attribute specifies the name of the data adapter that MUST query its data source (2).

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

 <xsd:element name="queryAction">
   <xsd:complexType>
     <xsd:attribute name="adapter" type="xsd:string" use="required"/>
   </xsd:complexType>
 </xsd:element>