<pt> (Numeric Point)

This element specifies data for a particular data point.

Parent Elements

<numCache>5.7.2.121); <numLit>5.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>