[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@numFmtId3.10.1.3); dataField@numFmtId3.10.1.22); inputCells@numFmtId3.3.1.49); numFmt@numFmtId3.8.30); pivotField@numFmtId3.10.1.69); rcc@numFmtId3.11.1.9); xf@numFmtId3.8.45)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_NumFmtId">

   <restriction base="xsd:unsignedInt"/>

</simpleType>