2.7.24 ST_TimelineStyleType

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

Referenced by: CT_TimelineStyleElement

A simple type that specifies the types of table style ([ISO/IEC29500-1:2016] section 18.8) elements that are specific to Timelines. The possible values are listed in the following table.

Value

Meaning

selectionLabel

Timeline style element that applies to the selection label which is the label that indicates the period that has been selected on the Timeline. Used for Timelines only.

timeLevel

Timeline style element that applies to the time level which is the label that indicates the time granularity of the Timeline. Used for Timelines only.

periodLabel1

Timeline style element that applies to the upper row of the time block labels. Used for Timelines only.

periodLabel2

Timeline style element that applies to the lower row of the time block labels. Used for Timelines only.

selectedTimeBlock

Timeline style element that applies to the selected time blocks which are the segments on the Timeline that have been selected by the user. Used for Timelines only.

unselectedTimeBlock

Timeline style element that applies to the unselected time blocks which are the segments on the Timeline that have not been selected by the user. Used for Timelines only.

selectedTimeBlockSpace

Timeline style element that applies to the area between any two selected time blocks. Used for Timelines only.

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

 <xsd:simpleType name="ST_TimelineStyleType">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="selectionLabel"/>
     <xsd:enumeration value="timeLevel"/>
     <xsd:enumeration value="periodLabel1"/>
     <xsd:enumeration value="periodLabel2"/>
     <xsd:enumeration value="selectedTimeBlock"/>
     <xsd:enumeration value="unselectedTimeBlock"/>
     <xsd:enumeration value="selectedTimeBlockSpace"/>
   </xsd:restriction>
 </xsd:simpleType>

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