2.6.106 CT_TimelineStyleElements

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

Referenced by: CT_TimelineStyle

A complex type that specifies the list of table style ([ISO/IEC29500-1:2016] section 18.8) elements of a Timeline Style that are specific to Timelines.

Child Elements:

timelineStyleElement: A CT_TimelineStyleElement element that specifies a table style ([ISO/IEC29500-1:2016] section 18.8) element of a timeline style that is specific to timelines.

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

 <xsd:complexType name="CT_TimelineStyleElements">
   <xsd:sequence>
     <xsd:element name="timelineStyleElement" type="CT_TimelineStyleElement" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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