<pt>
(Numeric Point)
This element specifies data for a particular data point.
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
A string representing the format code to apply. For more information see see the SpreadsheetML The possible values for this attribute are defined by the ST_Xstring simple type (§5.7.3.52). |
|
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>