2.6.152 CT_CalculatedTimeColumn

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

Referenced by: CT_ModelTimeGrouping

Specifies information about a single calculated time column.

Attributes:

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

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

contentType: An ST_ModelTimeGroupingContentType attribute that specifies the type of content stored in this calculated column.

isSelected: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether this grouping granularity was applied in the last time grouping selection.

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

 <xsd:complexType name="CT_CalculatedTimeColumn">
   <xsd:attribute name="columnName" type="x:ST_Xstring" use="required"/>
   <xsd:attribute name="columnId" type="x:ST_Xstring" use="required"/>
   <xsd:attribute name="contentType" type="ST_ModelTimeGroupingContentType" use="required"/>
   <xsd:attribute name="isSelected" type="xsd:boolean" use="required"/>
 </xsd:complexType>

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