[Table of Contents] [docx version]

Error! No text of specified style in document.

numLit (Number Literal)

This element specifies a set of numbers used for the parent element.

Parent Elements

bubbleSize5.7.2.22); cat5.7.2.24); minus5.7.2.114); plus5.7.2.148); val5.7.2.225); xVal5.7.2.235); yVal5.7.2.238)

 

Child Elements

Subclause

extLst (Chart Extensibility)

§5.7.2.64

formatCode (Format Code)

§5.7.2.71

pt (Numeric Point)

§5.7.2.151

ptCount (Point Count)

§5.7.2.153

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_NumData">

   <sequence>

   <element name="formatCode" type="ST_Xstring" minOccurs="0" maxOccurs="1"/>

   <element name="ptCount" type="CT_UnsignedInt" minOccurs="0" maxOccurs="1"/>

   <element name="pt" type="CT_NumVal" minOccurs="0" maxOccurs="unbounded"/>

   <element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

</complexType>