2.24.3.62 CT_NumericDimension

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_Data

A complex type<452> that specifies numeric dimension data.

Child Elements:

f: A CT_Formula element<453> that specifies the data reference.

nf: A CT_Formula element that specifies dimension name reference.

lvl: A CT_NumericLevel element<454> that specifies the optional cached data.

lvl: A CT_NumericLevel element<455> that specifies the literal data.

Attributes:

type: An ST_NumericDimensionType attribute<456> 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_NumericDimension">
   <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_NumericLevel" minOccurs="0" maxOccurs="unbounded"/>
     </xsd:sequence>
     <xsd:element name="lvl" type="CT_NumericLevel" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:choice>
   <xsd:attribute name="type" type="ST_NumericDimensionType" use="required"/>
 </xsd:complexType>

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