[Table of Contents] [docx version]

Error! No text of specified style in document.

pt (Numeric Point)

This element specifies data for a particular data point.

Parent Elements

numCache5.7.2.121); numLit5.7.2.123)

 

Child Elements

Subclause

v (Numeric Value)

§5.7.2.224

 

Attributes

Description

formatCode (Number Format)

A string representing the format code to apply. For more information see see the SpreadsheetML numFmt element's (§3.8.30) formatCode attribute.

 

The possible values for this attribute are defined by the ST_Xstring simple type (§5.7.3.52).

idx (Index)

The index of the series in the collection

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

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

<complexType name="CT_NumVal">

   <sequence>

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

   </sequence>

   <attribute name="idx" type="xsd:unsignedInt" use="required"/>

   <attribute name="formatCode" type="ST_Xstring" use="optional"/>

</complexType>