2.2.147.37 sharepointListAdapterExtension

The sharepointListAdapterExtension element specifies extended information for sharepointListAdapter (section 2.2.46).

Parent Elements

dataConnections

Child Elements

connectoid

Attributes:

queryFile:  This attribute MUST be ignored.

queryKey: This attribute MUST be ignored.

queryThisFormOnly: This attribute specifies whether the protocol server list data adapter MUST query the protocol server list for values applicable only to the current form.

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

sharepointWebGuid: This attribute MUST be ignored.

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

 <xsd:element name="sharepointListAdapterExtension">
   <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:attribute name="sharepointWebGuid" type="xsd:string" use="optional"/>
     <xsd:attributeGroup ref="xsf2:queryKeyFile"/>
   </xsd:complexType>
 </xsd:element>