2.7.5 ST_SparklineType
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: CT_SparklineGroup
This simple type specifies the type of the sparkline group.
Value |
Meaning |
---|---|
line |
|
column |
Column sparklines. |
stacked |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_SparklineType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="line"/> <xsd:enumeration value="column"/> <xsd:enumeration value="stacked"/> </xsd:restriction> </xsd:simpleType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).