2.6.132 CT_DataModel
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: dataModel
Specifies properties of a spreadsheet data model.
Child Elements:
modelTables: A CT_ModelTables (section 2.6.129) element that specifies tables in the spreadsheet data model.
modelRelationships: A CT_ModelRelationships (section 2.6.131) element that specifies active relationships in the spreadsheet data model.
extLst: A CT_ExtensionList ([ISO/IEC29500-4:2016] section A.2) element that specifies future extensibility for this element.
Attributes:
minVersionLoad: An unsignedByte attribute that specifies the minimum application version required to load the spreadsheet data model in this workbook. This MUST be greater than or equal to 5.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_DataModel"> <xsd:sequence> <xsd:element name="modelTables" minOccurs="0" maxOccurs="1" type="CT_ModelTables"/> <xsd:element name="modelRelationships" minOccurs="0" maxOccurs="1" type="CT_ModelRelationships"/> <xsd:element name="extLst" type="x:CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="minVersionLoad" type="xsd:unsignedByte" use="optional" default="5"/> </xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).