2.6.6 CT_SparklineGroups

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: sparklineGroups

CT_SparklineGroups is a complex type that specifies the groups of sparklines on the sheet. MUST contain fewer than 231 elements.

Child Elements:

sparklineGroup: A CT_SparklineGroup element (section 2.6.7) that specifies properties for a single sparkline group.

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

 <xsd:complexType name="CT_SparklineGroups">
   <xsd:sequence>
     <xsd:element name="sparklineGroup" type="CT_SparklineGroup" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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