2.2.147.33 webServiceAdapterExtension

The webServiceAdapterExtension element specifies extended information for webServiceAdapter (section 2.2.39). This element MUST NOT have both a connectoid (section 2.2.147.30) child element and a relativeQuery (section 2.2.147.34) child element present.

Parent Elements

dataConnections

Child Elements

connectoid

relativeQuery

Attributes:

queryFile: This attribute MUST be ignored.

queryKey: This attribute MUST be ignored.

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

trackDataSetChanges: This attribute MUST be set to "no".

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

 <xsd:element name="webServiceAdapterExtension">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf2:connectoid" minOccurs="0"/>
       <xsd:element ref="xsf2:relativeQuery" minOccurs="0"/>
     </xsd:sequence>
     <xsd:attribute name="trackDataSetChanges" type="xsf:xdYesNo" use="optional" default="no"/>
     <xsd:attribute name="ref" type="xsf:xdTitle" use="required"/>
     <xsd:attributeGroup ref="xsf2:queryKeyFile"/>
   </xsd:complexType>
 </xsd:element>