2.6.110 CT_Timelines
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: timelines
A complex type that specifies a list of CT_Timeline elements, as specified in section 2.6.111. The list of CT_Timeline elements specifies all Timeline views on the worksheet.
Child Elements:
timeline: A CT_Timeline element that specifies a Timeline view on the worksheet.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Timelines"> <xsd:sequence> <xsd:element name="timeline" type="CT_Timeline" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).