2.6.98 CT_TimelineCacheRefs

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

Referenced by: timelineCacheRefs

A complex type that specifies a list of Timeline cache part identifiers for the workbook. MUST contain fewer than 231 elements.

Child Elements:

timelineCacheRef: A CT_TimelineCacheRef element that specifies a Timeline cache part identifier in this workbook.

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

 <xsd:complexType name="CT_TimelineCacheRefs">
   <xsd:sequence>
     <xsd:element name="timelineCacheRef" type="CT_TimelineCacheRef" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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