[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
ST_NumFmtId (Number Format Id)
This simple type defines the identifier to a style sheet number format entry in CT_NumFmts. Number formats are written to the styles part. See §1.1.31 in Style for more information on number formats.
This simple type's contents are a restriction of the XML Schema unsignedInt datatype.
Referenced By |
cacheField@numFmtId (§3.10.1.3); dataField@numFmtId (§3.10.1.22); inputCells@numFmtId (§3.3.1.49); numFmt@numFmtId (§3.8.30); pivotField@numFmtId (§3.10.1.69); rcc@numFmtId (§3.11.1.9); xf@numFmtId (§3.8.45) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_NumFmtId">
<restriction base="xsd:unsignedInt"/>
</simpleType>