2.6.153 CT_ModelTimeGrouping

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

Referenced by: CT_ModelTimeGroupings

Specifies information about a single data model time grouping.

Child Elements:

calculatedTimeColumn: A CT_CalculatedTimeColumn (section 2.6.152) element that specifies information about a data model time grouping calculated column.

Attributes:

tableName: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies the model table name for this time grouping.

columnName: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies the model column name for this time grouping.

columnId: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies the model column immutable identifier for this time grouping.

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

 <xsd:complexType name="CT_ModelTimeGrouping">
   <xsd:sequence>
     <xsd:element name="calculatedTimeColumn" minOccurs="1" maxOccurs="unbounded" type="CT_CalculatedTimeColumn"/>
   </xsd:sequence>
   <xsd:attribute name="tableName" type="x:ST_Xstring" use="required"/>
   <xsd:attribute name="columnName" type="x:ST_Xstring" use="required"/>
   <xsd:attribute name="columnId" type="x:ST_Xstring" use="required"/>
 </xsd:complexType>

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