2.2.2.2.54 sharepointListAdapterRWExtension

The sharepointListAdapterRWExtension element specifies extended information for the sharepointListAdapterRW element, as specified in section 2.2.1.2.132.

Parent Elements

dataConnections

Child Elements

connectoid

Attributes:

queryFile: This attribute MUST be ignored by the form server.

queryKey: This attribute MUST be ignored by the form server.

queryThisFormOnly: This attribute specifies whether the list data adapter MUST query the list for values applicable only to the current form. This attribute MUST be set to "no" for a list main data connection.

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

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

 <xsd:element name="sharepointListAdapterRWExtension">
   <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="queryThisFormOnly" type="xsf:xdYesNo" use="optional" default="no"/>
     <xsd:attributeGroup ref="xsf2:queryKeyFile"/>
   </xsd:complexType>
 </xsd:element>