2.6.128 CT_ModelTable
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: CT_ModelTables
Specifies properties of a single table in spreadsheet data model.
Attributes:
id: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies unique id of the spreadsheet data model table.
name: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies name of the spreadsheet data model table.
connection: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies name of the workbook connection associated with this spreadsheet data model table.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ModelTable"> <xsd:attribute name="id" type="x:ST_Xstring" use="required"/> <xsd:attribute name="name" type="x:ST_Xstring" use="required"/> <xsd:attribute name="connection" type="x:ST_Xstring" use="required"/> </xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).