2.6.125 CT_DataFeedPr

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main

Referenced by: CT_Connection

Specifies properties of a Model Data Source Data Feed connection ([MS-XLSB] section 2.2.8.9.2).

Child Elements:

dbTables: A CT_DbTables element that specifies the list of database tables used by this connection.

Attributes:

connection:  An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies connection string.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_DataFeedPr">
   <xsd:sequence>
     <xsd:element name="dbTables" type="CT_DbTables" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="connection" use="required" type="x:ST_Xstring"/>
 </xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).