2.6.108 CT_TimelineStyleElement

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

Referenced by: CT_TimelineStyleElements

A complex type that specifies a table style element, as specified in [ISO/IEC29500-1:2016] section 18.8, of a timeline style, as specified in section Timeline Styles.

Attributes:

type: An ST_TimelineStyleType attribute that specifies the type of the table style element. This attribute MUST be unique within the parent CT_TimelineStyleElements complex type.

dxfId: An ST_DxfId attribute, as specified in [ISO/IEC29500-1:2016] section 18.18.25, that specifies a zero-based index for the list of elements specified by the dxfs global element, as specified in section 2.4.55. The specified CT_Dxf complex type, as specified in [ISO/IEC29500-4:2016] section A.2, specifies the formatting to use with this table style element.

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

 <xsd:complexType name="CT_TimelineStyleElement">
   <xsd:attribute name="type" type="ST_TimelineStyleType" use="required"/>
   <xsd:attribute name="dxfId" type="x:ST_DxfId" use="optional"/>
 </xsd:complexType>

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