2.2.2.2.29 xmlFileAdapterExtension

The xmlFileAdapterExtension element specifies extended information for the xmlFileAdapter element, as specified in section 2.2.1.2.26.

Parent Elements

dataConnections

Child Elements

connectoid

Attributes:

isRest: This attribute specifies whether the associated xmlFileAdapter is a REST data adapter. If this attribute is not present, its value MUST be interpreted as "no".

queryFile: This attribute MUST be ignored.

queryKey: This attribute MUST be ignored.

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

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

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