2.24.3.64 CT_NumericValue

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

Referenced by: CT_NumericLevel

A complex type<461> that specifies a numeric data value.

Attributes:

idx: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute<462> that specifies the index of this data value.

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

 <xsd:complexType name="CT_NumericValue">
   <xsd:simpleContent>
     <xsd:extension base="xsd:double">
       <xsd:attribute name="idx" type="xsd:unsignedInt" use="required"/>
     </xsd:extension>
   </xsd:simpleContent>
 </xsd:complexType>

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