2.24.3.79 CT_StringDimension
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_Data
A complex type<536> that specifies string dimension data.
Child Elements:
f: A CT_Formula element<537> that specifies the data reference.
nf: A CT_Formula element that specifies the dimension name reference.
lvl: A CT_StringLevel element<538> that specifies the optional cached data.
lvl: A CT_StringLevel element<539> that specifies the literal data.
Attributes:
type: An ST_StringDimensionType attribute<540> that specifies the dimension data type.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_StringDimension"> <xsd:choice minOccurs="1" maxOccurs="1"> <xsd:sequence> <xsd:element name="f" type="CT_Formula" minOccurs="1" maxOccurs="1"/> <xsd:element name="nf" type="CT_Formula" minOccurs="0" maxOccurs="1"/> <xsd:element name="lvl" type="CT_StringLevel" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:element name="lvl" type="CT_StringLevel" minOccurs="1" maxOccurs="unbounded"/> </xsd:choice> <xsd:attribute name="type" type="ST_StringDimensionType" use="required"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).