2.24.3.63 CT_NumericLevel

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

Referenced by: CT_NumericDimension

A complex type<457> that specifies one level of dimension data.

Child Elements:

pt: A CT_NumericValue element<458> that specifies the data values.

Attributes:

ptCount: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute<459> that specifies the number of data values.

formatCode: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<460> that specifies any custom formatting information.

name: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the level of dimension data.

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

 <xsd:complexType name="CT_NumericLevel">
   <xsd:sequence>
     <xsd:element name="pt" type="CT_NumericValue" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="ptCount" type="xsd:unsignedInt" use="required"/>
   <xsd:attribute name="formatCode" type="xsd:string" use="optional"/>
   <xsd:attribute name="name" type="xsd:string" use="optional"/>
 </xsd:complexType>

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