2.2.147.32 adoAdapterExtension

The adoAdapterExtension element specifies extended information for adoAdapter (section 2.2.38).

Parent Elements

dataConnections

Child Elements

connectoid

Attributes:

queryFile: This attribute MUST be ignored.

queryKey: This attribute MUST be ignored. 

ref: This attribute specifies the associated adoAdapter element that is being extended. The specified value SHOULD match the value specified by the name attribute of the corresponding adoAdapter element.

submitAdapterName: This attribute MUST be ignored.

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

 <xsd:element name="adoAdapterExtension">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf2:connectoid" minOccurs="0"/>
     </xsd:sequence>
     <xsd:attribute name="ref" type="xsf:xdTitle" use="required"/>
     <xsd:attribute name="submitAdapterName" type="xsf:xdTitle" use="optional"/>
     <xsd:attributeGroup ref="xsf2:queryKeyFile"/>
   </xsd:complexType>
 </xsd:element>